php-amqplib

AMQPTimeoutException extends RuntimeException
in package
implements AMQPExceptionInterface

Interfaces, Classes and Traits

AMQPExceptionInterface

Table of Contents

$timeout  : int|float|null
__construct()  : mixed
getTimeout()  : int|float|null
writeTimeout()  : self

Properties

Methods

__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

writeTimeout()

public static writeTimeout(int|float|null $timeout, int $code) : self
Parameters
$timeout : int|float|null
$code : int
Return values
self

Search results