%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hrsys/api/app/Exceptions/
Upload File :
Create Path :
Current File : /var/www/html/hrsys/api/app/Exceptions/ApiException.php

<?php

namespace App\Exceptions;

use App\Http\Controllers\Api\ApiController;
use Exception;

abstract class ApiException extends Exception
{
    public function response(): ApiController
    {
        return app(ApiController::class);
    }

    abstract public function render();
}

Zerion Mini Shell 1.0