forked from MagicBane/Server
				
			
				 142 changed files with 180 additions and 326 deletions
			
			
		| @ -1,31 +0,0 @@ | |||||||
| // • ▌ ▄ ·.  ▄▄▄·  ▄▄ • ▪   ▄▄· ▄▄▄▄·  ▄▄▄·  ▐▄▄▄  ▄▄▄ .
 |  | ||||||
| // ·██ ▐███▪▐█ ▀█ ▐█ ▀ ▪██ ▐█ ▌▪▐█ ▀█▪▐█ ▀█ •█▌ ▐█▐▌·
 |  | ||||||
| // ▐█ ▌▐▌▐█·▄█▀▀█ ▄█ ▀█▄▐█·██ ▄▄▐█▀▀█▄▄█▀▀█ ▐█▐ ▐▌▐▀▀▀
 |  | ||||||
| // ██ ██▌▐█▌▐█ ▪▐▌▐█▄▪▐█▐█▌▐███▌██▄▪▐█▐█ ▪▐▌██▐ █▌▐█▄▄▌
 |  | ||||||
| // ▀▀  █▪▀▀▀ ▀  ▀ ·▀▀▀▀ ▀▀▀·▀▀▀ ·▀▀▀▀  ▀  ▀ ▀▀  █▪ ▀▀▀
 |  | ||||||
| //      Magicbane Emulator Project © 2013 - 2022
 |  | ||||||
| //                www.magicbane.com
 |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| package engine.exception; |  | ||||||
| 
 |  | ||||||
| public class SerializationException extends MBServerException { |  | ||||||
|     private static final long serialVersionUID = 6927044139998382254L; |  | ||||||
| 
 |  | ||||||
|     public SerializationException() { |  | ||||||
|         super(); |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
|     public SerializationException(String arg0, Throwable arg1) { |  | ||||||
|         super(arg0, arg1); |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
|     public SerializationException(String arg0) { |  | ||||||
|         super(arg0); |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
|     public SerializationException(Throwable arg0) { |  | ||||||
|         super(arg0); |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
| } |  | ||||||
Some files were not shown because too many files have changed in this diff Show More
					Loading…
					
					
				
		Reference in new issue