Omeka_Controller_Exception_403

class Omeka_Controller_Exception_403

Package: Controller

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

property message
property string
property code
property file
property line
property trace
property previous
__clone()
__construct($message, $code, $previous)
Parameters:
  • $message (unknown) –
  • $code (unknown) –
  • $previous (unknown) –
getMessage()
getCode()
getFile()
getLine()
getTrace()
getPrevious()
getTraceAsString()
__toString()