Skip to content

Instantly share code, notes, and snippets.

@stubotnik
Created October 25, 2012 13:00
Show Gist options
  • Select an option

  • Save stubotnik/3952420 to your computer and use it in GitHub Desktop.

Select an option

Save stubotnik/3952420 to your computer and use it in GitHub Desktop.
class App < Padrino::Application
#...
configure :production do
error ::Exception do
Padrino.logger.error "Catching #{env['sinatra.error'].class}."
# some logging...
erb :'errors/500'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment