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
$FROM_CONTROLLER
public
static int
$FROM_CONTROLLER
= 110
$PUBLIC_MESSAGE
public
static string
$PUBLIC_MESSAGE
= 'Could not launch job'
$jobClass
private
string|null
$jobClass
= null
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
Responsereport()
public
report() : void
throwFromController()
public
static throwFromController(Throwable $e) : mixed
Parameters
- $e : Throwable