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

<?php

namespace App\Exceptions;

use Exception;

class NotEnoughGiftsException extends Exception
{
    public function render()
    {
        return response()->json([
            'message' => 'There not enough gifts available'
        ], 400);
    }
}

Zerion Mini Shell 1.0