using System; namespace Mirea.Api.Endpoint.Common.Exceptions; public class ControllerArgumentException(string message) : Exception(message);