Methods
- A
- F
- N
- R
- S
Attributes
[R] | env | |
[R] | exception | |
[R] | file | |
[R] | line_number |
Class Public methods
new(env, exception)
Link
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 32 def initialize(env, exception) @env = env @exception = original_exception(exception) expand_backtrace if exception.is_a?(SyntaxError) || exception.try(:original_exception).try(:is_a?, SyntaxError) end
status_code_for_exception(class_name)
Link
Instance Public methods
application_trace()
Link
framework_trace()
Link
full_trace()
Link
rescue_template()
Link
source_extract()
Link