%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php

namespace App\Exceptions;


class AppException extends ApiException
{
    /**
     * CustomValidationException constructor.
     * @param $message
     */
    public function __construct($message)
    {
        $this->message = $message;
    }

    public function render()
    {
        return $this->response()
                    ->wrongArguments([
                        'message' => $this->message,
                    ]);
    }

}

Zerion Mini Shell 1.0