%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/ComputerHasNoActiveOrders.php

<?php

namespace App\Exceptions;

use Exception;

class ComputerHasNoActiveOrders extends Exception
{
    public function render()
    {
        return response()->json([
            'message' => 'Computer has no active order'
        ], 400);
    }
}

Zerion Mini Shell 1.0