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