dishplanner/app/Exceptions/CustomException.php

10 lines
101 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class CustomException extends Exception
{
//
}