PHP Class DataSift_Exception_NotYetImplemented

See also: Exception
Author: Stuart Dallas ([email protected])
Inheritance: extends Exception
Afficher le fichier Open project: datasift/datasift-php

Méthodes publiques

Méthode Description
__construct ( string $message = null, integer $code, Exception $previous = null ) Overrides the standard Exception handler to set a default message if none is provided.

Method Details

__construct() public méthode

Overrides the standard Exception handler to set a default message if none is provided.
See also: Exception
public __construct ( string $message = null, integer $code, Exception $previous = null )
$message string Error message
$code integer Error code
$previous Exception Previous exception