|
Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
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.