Exception: Progressrus::InvalidStoreError
- Inherits:
-
StandardError
- Object
- StandardError
- Progressrus::InvalidStoreError
- Defined in:
- lib/progressrus.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidStoreError
constructor
A new instance of InvalidStoreError.
Constructor Details
#initialize ⇒ InvalidStoreError
Returns a new instance of InvalidStoreError.
14 15 16 17 18 19 20 21 |
# File 'lib/progressrus.rb', line 14 def initialize = " The store needs to implement `persist`, `scope`, `find` and `flush`\n We have a base class that your store can inherit from:\n Progressrus::Store::Base\n MSG\n super(message)\nend\n" |