Skip to content

Instantly share code, notes, and snippets.

@whisher
Created May 27, 2013 12:03
Show Gist options
  • Save whisher/5656716 to your computer and use it in GitHub Desktop.
Save whisher/5656716 to your computer and use it in GitHub Desktop.
class Home_Controller extends Base_Controller {
public function action_index()
{ throw new Exception('pippo');
return View::make('home.index');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment