Omeka_Plugin_Exception
Package: Plugin
- class Omeka_Plugin_Exception
extends Exception
implements Throwable
Exception type thrown by the Omeka_Plugin class.
- property Omeka_Plugin_Exception::$message
protected
- property Omeka_Plugin_Exception::$code
protected
- property Omeka_Plugin_Exception::$file
protected
- property Omeka_Plugin_Exception::$line
protected
- Omeka_Plugin_Exception::__clone()
- Omeka_Plugin_Exception::__construct($message, $code, $previous)
- Parameters:
$message
$code
$previous
- Omeka_Plugin_Exception::__wakeup()
- Omeka_Plugin_Exception::getMessage()
- Omeka_Plugin_Exception::getCode()
- Omeka_Plugin_Exception::getFile()
- Omeka_Plugin_Exception::getLine()
- Omeka_Plugin_Exception::getTrace()
- Omeka_Plugin_Exception::getPrevious()
- Omeka_Plugin_Exception::getTraceAsString()
- Omeka_Plugin_Exception::__toString()