AMQPTimeoutException
extends RuntimeException
implements
AMQPExceptionInterface
Interfaces, Classes and Traits
- AMQPExceptionInterface
Table of Contents
-
$timeout
: int|float|null
-
__construct()
: mixed
-
getTimeout()
: int|float|null
-
writeTimeout()
: self
$timeout
private
int|float|null
$timeout
__construct()
public
__construct([mixed $message = '' ], mixed $timeout, mixed $code[, Exception|null $previous = null ]) : mixed
Parameters
-
$message
: mixed
= ''
-
-
$timeout
: mixed
-
-
$code
: mixed
-
-
$previous
: Exception|null
= null
-
Return values
mixed
—
getTimeout()
public
getTimeout() : int|float|null
Return values
int|float|null
—
writeTimeout()
public
static writeTimeout(int|float|null $timeout, int $code) : self
Parameters
-
$timeout
: int|float|null
-
-
$code
: int
-
Return values
self
—