Horde\ManageSieve\Exception\NotAuthenticated::__construct PHP 메소드

__construct() 공개 메소드

Exception constructor.
public __construct ( mixed $message = 'Not currently in AUTHENTICATED state' )
$message mixed The exception message, or an Exception object.
    public function __construct($message = 'Not currently in AUTHENTICATED state')
    {
        parent::__construct($message);
    }
NotAuthenticated