view src/testKonoha/KonohaException.java @ 2:b101ee77e78c draft

add testKonoha
author one
date Tue, 29 May 2012 00:46:14 +0900
parents
children
line wrap: on
line source

package testKonoha;

public class KonohaException extends Exception {
	public KonohaException(String str) {
		super(str);
	}

}