westdc-zf1/application/default/controllers/ErrorController.php

10 lines
111 B
PHP
Executable File

<?php
class ErrorController extends Zend_Controller_Action
{
public function errorAction()
{
}
}