%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/management/app/Exceptions/
Upload File :
Create Path :
Current File : /var/www/html/management/app/Exceptions/ComputerIsBeingUsedException.php

<?php

namespace App\Exceptions;

use Exception;

class ComputerIsBeingUsedException extends Exception
{
    public function render()
    {
        return response()->json([
            'message' => 'Computer is currently being used'
        ], 400);
    }
}

Zerion Mini Shell 1.0