Exception: Progressrus::StoreNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Progressrus::StoreNotFoundError
- Defined in:
- lib/progressrus.rb
Instance Method Summary collapse
-
#initialize(store) ⇒ StoreNotFoundError
constructor
A new instance of StoreNotFoundError.
Constructor Details
#initialize(store) ⇒ StoreNotFoundError
Returns a new instance of StoreNotFoundError.
25 26 27 28 29 30 31 |
# File 'lib/progressrus.rb', line 25 def initialize(store) = " The store `\#{store}` does not exists.\n Available stores: \#{Progressrus.stores.keys.join(', ')}\n MSG\n super(message)\nend\n" |