Exception: KBSecret::Exceptions::SessionLoadError

Inherits:
KBSecretError
  • Object
show all
Defined in:
lib/kbsecret/exceptions.rb

Overview

Raised during session load if an error occurs.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ SessionLoadError



34
35
36
# File 'lib/kbsecret/exceptions.rb', line 34

def initialize(msg)
  super "Session loading failure: #{msg}"
end