3 lines
113 B
C#
3 lines
113 B
C#
namespace ApplicationLayer.GeneralExceptions;
|
|
|
|
public class ApiException(string message) : Exception(message); |