Exception: KBSecret::Exceptions::SessionLoadError
- Inherits:
-
KBSecretError
- Object
- RuntimeError
- KBSecretError
- KBSecret::Exceptions::SessionLoadError
- Defined in:
- lib/kbsecret/exceptions.rb
Overview
Raised during session load if an error occurs.
Instance Method Summary collapse
-
#initialize(msg) ⇒ SessionLoadError
constructor
A new instance of SessionLoadError.
Constructor Details
#initialize(msg) ⇒ SessionLoadError
Returns a new instance of SessionLoadError.
48 49 50 |
# File 'lib/kbsecret/exceptions.rb', line 48 def initialize(msg) super "Session loading failure: #{msg}" end |