11 lines
183 B
PHP
Executable File
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
|
|
{
|
|
|
|
}
|