Exception: WAZ::Storage::NotConnected
- Inherits:
-
StorageException
- Object
- StandardError
- StorageException
- WAZ::Storage::NotConnected
- Defined in:
- lib/waz/storage/exceptions.rb
Overview
This exception is raised when the user tries to perform an operation on any Storage API class without previously specificying the connection options.
Instance Method Summary collapse
-
#initialize ⇒ NotConnected
constructor
A new instance of NotConnected.
Constructor Details
#initialize ⇒ NotConnected
Returns a new instance of NotConnected.
20 21 22 |
# File 'lib/waz/storage/exceptions.rb', line 20 def initialize super("You should establish connection before using the services, the connection configuration is required.") end |