|
Previous Page |
Solar_Smtp_Adapter_NoAuth |
Next Page |
_exception()
protected
Solar_Exception
_exception (
string $code,
array $info default array ()
)
Convenience method for returning exceptions with localized text.
Inherited from Solar_Base.
Parameters
- (string)
$code: The error code; does additional duty as the locale string key and the exception class name suffix. - (array)
$info: An array of error-specific data.
Returns
- (Solar_Exception) An instanceof Solar_Exception.
Description
Convenience method for returning exceptions with localized text.
Local
- Overview
- Config
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _buildConfig()
- _ehlo()
- _exception()
- _expect()
- _postConfig()
- _postConstruct()
- _preConfig()
- _recv()
- _send()
- auth()
- connect()
- data()
- disconnect()
- dump()
- getCrlf()
- getLog()
- helo()
- isConnected()
- locale()
- mail()
- noop()
- quit()
- rcpt()
- resetLog()
- rset()
- setCrlf()
- vrfy()