Skip to content
Snippets Groups Projects
Select Git revision
  • f64fb862b0aff02687ac00af664115c00dc64cdd
  • master default
2 results

ErrorController.php

Blame
  • ErrorController.php 187 B
    <?php
    
    class ErrorController extends Unl_Controller_Action
    {
        public function errorAction()
        {
            $this->view->exception = $this->_getParam('error_handler')->exception;
        }
    }