Method: StandardError#root_cause

Defined in:
lib/coaster/core_ext/standard_error.rb

#root_causeObject



122
123
124
# File 'lib/coaster/core_ext/standard_error.rb', line 122

def root_cause
  cause.respond_to?(:root_cause) ? cause.root_cause : self
end