Swift_TransportException
extends Swift_IoException
in package
TransportException thrown when an error occurs in the Transport subsystem.
Tags
Table of Contents
- __construct() : mixed
- Create a new TransportException with $message.
Methods
__construct()
Create a new TransportException with $message.
public
__construct(string $message, int $code[, Exception $previous = null ]) : mixed
Parameters
- $message : string
- $code : int
- $previous : Exception = null