PHP Class Swift_SwiftException, Halite

Author: Chris Corbyn
Inheritance: extends Exception
Afficher le fichier Open project: HaliteChallenge/Halite Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $message, integer $code, Exception $previous = null ) Create a new SwiftException with $message.

Method Details

__construct() public méthode

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