exception

Estimated reading time: 1 minute

exception

App::singleton(
            \Illuminate\Contracts\Debug\ExceptionHandler::class,
            RestApiHandler::class
        );

resource