AspireCloud/app/Exceptions/NotFoundException.php
2025-10-25 13:15:51 -06:00

8 lines
134 B
PHP

<?php
declare(strict_types=1);
namespace App\Exceptions;
use RuntimeException;
class NotFoundException extends RuntimeException {}