Exception: OnePassword::UndefinedProfile
- Defined in:
- lib/one_password/errors.rb
Instance Method Summary collapse
-
#initialize(profile_name) ⇒ UndefinedProfile
constructor
A new instance of UndefinedProfile.
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 |