Rabbi_Gerzi/backend/app/Exceptions/UnauthorizedException.php

7 lines
111 B
PHP

<?php
namespace App\Exceptions;
use DomainException;
class UnauthorizedException extends DomainException {}