PHP Class Horde\ManageSieve\Exception\NotDisconnected

Author: Jan Schneider ([email protected])
Inheritance: extends Horde\ManageSieve\Exception
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( mixed $message = 'Not currently in DISCONNECTED state' ) Exception constructor.

Method Details

__construct() public method

Exception constructor.
public __construct ( mixed $message = 'Not currently in DISCONNECTED state' )
$message mixed The exception message, or an Exception object.