Exception: KBSecret::Exceptions::GeneratorUnknownError

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

Overview

Raised during generator lookup if an unknown profile is requested.

Instance Method Summary collapse

Constructor Details

#initialize(gen) ⇒ GeneratorUnknownError

Returns a new instance of GeneratorUnknownError.



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

def initialize(gen)
  super "Unknown generator profile: '#{gen}'"
end