Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct ( $message, $code=0, Exception $previous=null, array $retryMap=null) | |
Creates a new IO exception with an optional retry map. | |
allowedRetries () | |
Gets the number of times the associated task can be retried. | |
Google_IO_Exception::__construct | ( | $message, | |
$code = 0, | |||
Exception | $previous = null, | ||
array | $retryMap = null ) |
Creates a new IO exception with an optional retry map.
string | $message | |
int | $code | |
Exception | null | $previous | |
array | null | $retryMap | Map of errors with retry counts. |
Google_IO_Exception::allowedRetries | ( | ) |
Gets the number of times the associated task can be retried.
NOTE: -1 is returned if the task can be retried indefinitely
integer |
Implements Google_Task_Retryable.