Files
cycle_api/app/Exceptions/AppException.php
2023-12-21 22:01:33 +08:00

9 lines
77 B
PHP

<?php
namespace App\Exceptions;
class AppException extends \Exception
{
}