Skip to content

Instantly share code, notes, and snippets.

@pr0ton
Created December 7, 2012 22:30
Show Gist options
  • Save pr0ton/92021619a2c6da1ffe3f to your computer and use it in GitHub Desktop.
Save pr0ton/92021619a2c6da1ffe3f to your computer and use it in GitHub Desktop.
class MyServerApp < Sinatra::Base
### Configuration
set :raise_errors, true
set :show_exceptions, true
error do
"Le error blah"
end
### End of configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment