%PDF- %PDF-
Direktori : /var/www/html/management/app/Exceptions/ |
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); } }