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

Returns a new instance of SessionLoadError.

Parameters:

  • msg (String)

    the error message



48
49
50
# File 'lib/kbsecret/exceptions.rb', line 48

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