Omeka_Controller_Exception_404

Package: Controller

class Omeka_Controller_Exception_404

extends Exception

If thrown within a controller, this will be caught in the ErrorController, which will render a 404 Not Found page.

property Omeka_Controller_Exception_404::$message

protected

property Omeka_Controller_Exception_404::$code

protected

property Omeka_Controller_Exception_404::$file

protected

property Omeka_Controller_Exception_404::$line

protected

Omeka_Controller_Exception_404::__clone()
Omeka_Controller_Exception_404::__construct($message, $code, $previous)
Parameters:
  • $message
  • $code
  • $previous
Omeka_Controller_Exception_404::getMessage()
Omeka_Controller_Exception_404::getCode()
Omeka_Controller_Exception_404::getFile()
Omeka_Controller_Exception_404::getLine()
Omeka_Controller_Exception_404::getTrace()
Omeka_Controller_Exception_404::getPrevious()
Omeka_Controller_Exception_404::getTraceAsString()
Omeka_Controller_Exception_404::__toString()