11 lines
138 B
PHP
Executable File
11 lines
138 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Common\Core\Exceptions\BaseExceptionHandler;
|
|
|
|
class Handler extends BaseExceptionHandler
|
|
{
|
|
//
|
|
}
|