method
template_error?
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper
template_error?()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 63
def template_error?
@exception.is_a?(ActionView::Template::Error)
end