feat: add argument exception for controllers
This commit is contained in:
parent
fb6e119a34
commit
59785f600f
@ -0,0 +1,5 @@
|
||||
using System;
|
||||
|
||||
namespace Mirea.Api.Endpoint.Common.Exceptions;
|
||||
|
||||
public class ControllerArgumentException(string message) : Exception(message);
|
Loading…
Reference in New Issue
Block a user