forked from MagicBane/Server
MagicBot
6 months ago
153 changed files with 156 additions and 339 deletions
@ -1,31 +0,0 @@ |
|||||||
// • ▌ ▄ ·. ▄▄▄· ▄▄ • ▪ ▄▄· ▄▄▄▄· ▄▄▄· ▐▄▄▄ ▄▄▄ .
|
|
||||||
// ·██ ▐███▪▐█ ▀█ ▐█ ▀ ▪██ ▐█ ▌▪▐█ ▀█▪▐█ ▀█ •█▌ ▐█▐▌·
|
|
||||||
// ▐█ ▌▐▌▐█·▄█▀▀█ ▄█ ▀█▄▐█·██ ▄▄▐█▀▀█▄▄█▀▀█ ▐█▐ ▐▌▐▀▀▀
|
|
||||||
// ██ ██▌▐█▌▐█ ▪▐▌▐█▄▪▐█▐█▌▐███▌██▄▪▐█▐█ ▪▐▌██▐ █▌▐█▄▄▌
|
|
||||||
// ▀▀ █▪▀▀▀ ▀ ▀ ·▀▀▀▀ ▀▀▀·▀▀▀ ·▀▀▀▀ ▀ ▀ ▀▀ █▪ ▀▀▀
|
|
||||||
// Magicbane Emulator Project © 2013 - 2022
|
|
||||||
// www.magicbane.com
|
|
||||||
|
|
||||||
|
|
||||||
package engine.exception; |
|
||||||
|
|
||||||
public class MsgSendException extends MBServerException { |
|
||||||
private static final long serialVersionUID = 6927044139998382254L; |
|
||||||
|
|
||||||
public MsgSendException() { |
|
||||||
super(); |
|
||||||
} |
|
||||||
|
|
||||||
public MsgSendException(String arg0, Throwable arg1) { |
|
||||||
super(arg0, arg1); |
|
||||||
} |
|
||||||
|
|
||||||
public MsgSendException(String arg0) { |
|
||||||
super(arg0); |
|
||||||
} |
|
||||||
|
|
||||||
public MsgSendException(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