Omeka_Controller_Exception_403

Package: Controller

class Omeka_Controller_Exception_403

extends Exception

implements Throwable

If thrown by a controller, this exception will be caught within the ErrorController, which will then render a 403 Forbidden page.

property Omeka_Controller_Exception_403::$message

protected

property Omeka_Controller_Exception_403::$code

protected

property Omeka_Controller_Exception_403::$file

protected

property Omeka_Controller_Exception_403::$line

protected

Omeka_Controller_Exception_403::__clone()
Omeka_Controller_Exception_403::__construct($message, $code, $previous)
Parameters:
  • $message

  • $code

  • $previous

Omeka_Controller_Exception_403::__wakeup()
Omeka_Controller_Exception_403::getMessage()
Omeka_Controller_Exception_403::getCode()
Omeka_Controller_Exception_403::getFile()
Omeka_Controller_Exception_403::getLine()
Omeka_Controller_Exception_403::getTrace()
Omeka_Controller_Exception_403::getPrevious()
Omeka_Controller_Exception_403::getTraceAsString()
Omeka_Controller_Exception_403::__toString()