going to question management
This commit is contained in:
parent
00e93fde2e
commit
585d6ac6e3
7 changed files with 150 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
namespace SurveyBackend.Services.Exceptions;
|
||||
|
||||
public class BadRequestException : ServiceException
|
||||
{
|
||||
public override int StatusCode => 400;
|
||||
|
||||
public BadRequestException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue