Exception: HealthCards::InvalidBundleReferenceError
- Inherits:
-
HealthCardError
- Object
- StandardError
- HealthCardsError
- HealthCardError
- HealthCards::InvalidBundleReferenceError
- Defined in:
- lib/health_cards/errors.rb
Overview
Exception thrown when a reference in a bundle in unresolvable
Instance Method Summary collapse
-
#initialize(url) ⇒ InvalidBundleReferenceError
constructor
A new instance of InvalidBundleReferenceError.
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 |