------------------------------ Omeka_Controller_Exception_403 ------------------------------ Package: :doc:`Controller ` .. php:class:: Omeka_Controller_Exception_403 extends :php:class:`Exception` implements :php:interface:`Throwable` If thrown by a controller, this exception will be caught within the ErrorController, which will then render a 403 Forbidden page. .. php:attr:: message protected .. php:attr:: code protected .. php:attr:: file protected .. php:attr:: line protected .. php:method:: __clone() .. php:method:: __construct($message, $code, $previous) :param $message: :param $code: :param $previous: .. php:method:: __wakeup() .. php:method:: getMessage() .. php:method:: getCode() .. php:method:: getFile() .. php:method:: getLine() .. php:method:: getTrace() .. php:method:: getPrevious() .. php:method:: getTraceAsString() .. php:method:: __toString()