PHP Class DataSift_Exception_NotYetImplemented

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

Public Methods

Method 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 method

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