Exception: HealthCards::InvalidBundleReferenceError

Inherits:
HealthCardError show all
Defined in:
lib/health_cards/errors.rb

Overview

Exception thrown when a reference in a bundle in unresolvable

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ InvalidBundleReferenceError

Returns a new instance of InvalidBundleReferenceError.



46
47
48
# File 'lib/health_cards/errors.rb', line 46

def initialize(url)
  super("Unable to resolve url (#{url}) within bundle")
end