Files
ntspi-app/app/Ship/Abstracts/Exceptions/Handler.php
T
2026-03-20 21:47:02 +05:00

11 lines
183 B
PHP
Executable File

<?php
namespace App\Ship\Abstracts\Exceptions;
use Illuminate\Foundation\Exceptions\Handler as LaravelExceptionHandler;
abstract class Handler extends LaravelExceptionHandler
{
}