merchant onboarding process completed
This commit is contained in:
7
Singer_Hexdive/Exceptions/NotfoundException.cs
Normal file
7
Singer_Hexdive/Exceptions/NotfoundException.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Singer_Hexdive.Exceptions
|
||||
{
|
||||
public class NotfoundException : Exception
|
||||
{
|
||||
public NotfoundException(string message) : base(message) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user