init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Web.Helpers.Error
|
||||
{
|
||||
public class KretaError : Exception
|
||||
{
|
||||
public KretaError(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class KretaMissingTanoraException : Exception
|
||||
{
|
||||
public KretaMissingTanoraException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user