class OnePassword::UndefinedProfile
Public Class Methods
new(profile_name)
click to toggle source
Calls superclass method
# File lib/one_password/errors.rb, line 6 def initialize(profile_name) super "Undefined profile #{profile_name.inspect}" end