Method: Hanami::Router::NotFoundError#env
- Defined in:
- lib/hanami/extensions/router/errors.rb
#env ⇒ Hash (readonly)
Returns the Rack environment for the request.
19 20 21 |
# File 'lib/hanami/extensions/router/errors.rb', line 19 def env @env end |