PHP Class Swift_TransportException, Halite

Author: Chris Corbyn
Inheritance: extends Swift_IoException
Datei anzeigen Open project: HaliteChallenge/Halite

Public Methods

Method Description
__construct ( string $message, integer $code, Exception $previous = null ) Create a new TransportException with $message.

Method Details

__construct() public method

Create a new TransportException with $message.
public __construct ( string $message, integer $code, Exception $previous = null )
$message string
$code integer
$previous Exception