method
template_error?
rails 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