Exemple #1
0
	/**
	 * Catches a call to an undefined action
	 */
	public function _catch(){
		echo "catch in main action controller";
		die();
		return;
		$this->frontController->displayError("caught $this->action default will be to throw error");
	}