PHP Class Swift_IoException, Halite

Author: Chris Corbyn
Inheritance: extends Swift_SwiftException
Exibir arquivo Open project: HaliteChallenge/Halite Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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