Exception: SimpleCovMcp::CoverageDataError

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

Overview

Coverage data related errors

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 SimpleCovMcp::Error

Instance Method Details

#user_friendly_messageObject



87
88
89
# File 'lib/simplecov_mcp/errors.rb', line 87

def user_friendly_message
  "Coverage data error: #{message}"
end