PHP Class App\Domains\Http\Jobs\RespondWithJsonErrorJob

Inheritance: extends RespondWithJsonJob
Afficher le fichier Open project: vinelab/lucid

Méthodes publiques

Méthode Description
__construct ( $message = 'An error occurred', $code = 400, $status = 400, $headers = [], $options )
handle ( Illuminate\Routing\ResponseFactory $response )

Method Details

__construct() public méthode

public __construct ( $message = 'An error occurred', $code = 400, $status = 400, $headers = [], $options )

handle() public méthode

public handle ( Illuminate\Routing\ResponseFactory $response )
$response Illuminate\Routing\ResponseFactory