Separated app into three layers, cleaned up leftovers
This commit is contained in:
12
Birdmap.BLL/Exceptions/AuthenticationException.cs
Normal file
12
Birdmap.BLL/Exceptions/AuthenticationException.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Birdmap.BLL.Exceptions
|
||||
{
|
||||
public class AuthenticationException : Exception
|
||||
{
|
||||
public AuthenticationException()
|
||||
: base("Username or password is incorrect.")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user