diff --git a/Exceptions/WrongConfigurationsException.php b/Exceptions/WrongConfigurationsException.php index f25a7b35..ba0ad3af 100644 --- a/Exceptions/WrongConfigurationsException.php +++ b/Exceptions/WrongConfigurationsException.php @@ -3,8 +3,12 @@ namespace Apiato\Core\Exceptions; use Apiato\Core\Abstracts\Exceptions\Exception; +use JetBrains\PhpStorm\Deprecated; use Symfony\Component\HttpFoundation\Response; +#[Deprecated( + reason: 'This exception is not used anywhere and will be removed in the next major release.' +)] class WrongConfigurationsException extends Exception { protected $code = Response::HTTP_INTERNAL_SERVER_ERROR;