Class Exception
This is the namespaced "Exception" class (i.e.: Alphred\Exception)
Alphred's Exception interface adds in some standard logging functionality whenever any exception is thrown.
- Exception
-
Alphred\Exception
Direct known subclasses
Alphred\ConfigKeyNotSet,
Alphred\FileDoesNotExist,
Alphred\ShouldBeBool,
Alphred\TooManyArguments,
Alphred\UnknownSecurityException,
Alphred\UseOnlyAsStatic,
Alphred\InvalidKeychainAccount,
Alphred\InvalidScriptFilterArgument,
Alphred\InvalidSecurityAction,
Alphred\InvalidXMLProperty,
Alphred\PasswordExists,
Alphred\PasswordNotFound,
Alphred\PluginFunctionNotFound,
Alphred\RunningOutsideOfAlfred
Methods summary
public
|
#
__construct( string $message, integer $code = 3, string|boolean $file = false )
Writes a message to STDERR depending on log level |
Methods inherited from Exception
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Magic methods summary
Properties summary
Properties inherited from Exception
$code,
$file,
$line,
$message