IMP_Imap_Exception
extends Horde_Imap_Client_Exception
in package
Exception class for handling Horde_Imap_Client exceptions in IMP.
Tags
Table of Contents
Properties
- $_notified : bool
- Sent the error to the notification system.
- $notified : bool
Methods
- __get() : mixed
- authError() : int
- Returns the authentication error, if any.
- authException() : Horde_Auth_Exception
- Generates an authentication exception.
- notify() : mixed
- Send notification of the error.
Properties
$_notified
Sent the error to the notification system.
public
bool
$_notified
= \false
$notified read-only
public
bool
$notified
Sent notification of the error?
Methods
__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
authError()
Returns the authentication error, if any.
public
authError() : int
Return values
int —Authentication error, or null if exception not caused by auth error.
authException()
Generates an authentication exception.
public
authException() : Horde_Auth_Exception
Return values
Horde_Auth_Exception —An authentication exception.
notify()
Send notification of the error.
public
notify([string $msg = null ][, string $level = null ][, bool $force = false ]) : mixed
Parameters
- $msg : string = null
-
Notification message.
- $level : string = null
-
Notification level.
- $force : bool = false
-
Force notification, even if already done?