class Middleman::CoreExtensions::ShowExceptions

def ready

def ready
  app.use ::Rack::ShowExceptions if !app.build? && app.config[:show_exceptions]
end