class KBSecret::Exceptions::GeneratorUnknownError
Raised during generator lookup if an unknown profile is requested.
Public Class Methods
new(gen)
click to toggle source
@param gen [String, Symbol] the label of the generator
Calls superclass method
# File lib/kbsecret/exceptions.rb, line 72 def initialize(gen) super "Unknown generator profile: '#{gen}'" end