\Alo\ExceptionCronException

Cron-related exceptions

Summary

Methods
Properties
Constants
__construct()
No public properties found
E_INVALID_MIN
E_INVALID_EXPR
E_ARGS_NONSCALAR
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

E_INVALID_MIN

E_INVALID_MIN

Code when the minute expression is invalid

E_INVALID_EXPR

E_INVALID_EXPR

Code when the schedule expression is invalid

E_ARGS_NONSCALAR

E_ARGS_NONSCALAR

Code when one or more arguments are non-scalar

Methods

__construct()

__construct(string  $message = '', integer  $code, \Exception  $previous = null) 

Creates the exception

Parameters

string $message

Exception message

integer $code

Exception code

\Exception $previous

Previous exception, if chaining