Exception: Rack::Timeout::RequestTimeoutException

Inherits:
Exception
  • Object
show all
Includes:
ExceptionWithEnv
Defined in:
lib/rack/timeout/core.rb

Overview

This is first raised to help prevent an application from inadvertently catching the above. It’s then caught by rack-timeout and replaced with RequestTimeoutError to bubble up to wrapping middlewares and the web server

Instance Attribute Summary

Attributes included from ExceptionWithEnv

#env

Method Summary

Methods included from ExceptionWithEnv

#initialize