Goal-Calibration/app/Exceptions/UnauthorizedException.php

5 lines
91 B
PHP

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