Bånder

CouldNotFindJobException extends Exception
in package

Table of Contents

Properties

$FROM_CONTROLLER  : int
$PUBLIC_MESSAGE  : string
$jobClass  : string|null

Methods

__construct()  : mixed
render()  : Response
Render the exception as an HTTP response.
report()  : void
throwFromController()  : mixed

Properties

Methods

__construct()

public __construct([string $message = "" ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string = ""
$code : int = 0
$previous : Throwable|null = null

render()

Render the exception as an HTTP response.

public render(Request $request) : Response
Parameters
$request : Request
Return values
Response

        
On this page

Search results