mirror of https://github.com/deavmi/eventy.git
parent
ca61e7a8e1
commit
206775937e
@ -0,0 +1,9 @@
|
||||
module eventy.exceptions;
|
||||
|
||||
public final class EventyException : Exception
|
||||
{
|
||||
this(string message)
|
||||
{
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue