Exception: CovLoupe::UnknownError

Inherits:
Error
  • Object
show all
Defined in:
lib/cov_loupe/errors/errors.rb

Overview

Error wrapper when the root cause is unknown or unclassified.

Instance Attribute Summary

Attributes inherited from Error

#original_error

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from CovLoupe::Error

Instance Method Details

#user_friendly_messageObject



49
50
51
# File 'lib/cov_loupe/errors/errors.rb', line 49

def user_friendly_message
  "An unexpected error occurred: #{message}"
end