Exception: OnePassword::UndefinedProfile

Inherits:
Error
  • Object
show all
Defined in:
lib/one_password/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(profile_name) ⇒ UndefinedProfile

Returns a new instance of UndefinedProfile.



6
7
8
# File 'lib/one_password/errors.rb', line 6

def initialize(profile_name)
  super "Undefined profile #{profile_name.inspect}"
end