Skip to content

Commit

Permalink
feat: marked as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jul 23, 2023
1 parent ead3961 commit 68304b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Exceptions/WrongConfigurationsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 68304b8

Please sign in to comment.