dishplanner/app/Exceptions/CustomException.php

11 lines
101 B
PHP
Raw Normal View History

2025-10-13 14:57:11 +02:00
<?php
namespace App\Exceptions;
use Exception;
class CustomException extends Exception
{
//
}