Exception: ActiveStash::CollectionExistsError
- Inherits:
-
CollectionError
- Object
- StandardError
- ActiveStashError
- CollectionError
- ActiveStash::CollectionExistsError
- Defined in:
- lib/active_stash/error.rb
Instance Method Summary collapse
Methods inherited from CollectionError
Constructor Details
This class inherits a constructor from ActiveStash::CollectionError
Instance Method Details
#default_message(name) ⇒ Object
39 40 41 |
# File 'lib/active_stash/error.rb', line 39 def (name) "The collection '#{name}' already exists" end |