Class CronException
Cron-related exceptions
- Exception
-
Alo\Exception\AbstractException
-
Alo\Exception\CronException
Namespace: Alo\Exception
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/cronexception.php
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/cronexception.php
Methods summary
Methods inherited from Alo\Exception\AbstractException
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Magic methods summary
Constants summary
integer |
E_INVALID_MIN
|
101 |
#
Code when the minute expression is invalid |
integer |
E_INVALID_EXPR
|
102 |
#
Code when the schedule expression is invalid |
integer |
E_ARGS_NONSCALAR
|
103 |
#
Code when one or more arguments are non-scalar |
integer |
E_WINDOWS
|
104 |
#
Code when the server is running Windows |