Exception: PipeDrive::TargetNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- PipeDrive::TargetNotFound
- Defined in:
- lib/pipe_drive/exception.rb
Instance Method Summary collapse
-
#initialize(class_name, search_type, search_value) ⇒ TargetNotFound
constructor
A new instance of TargetNotFound.
Constructor Details
#initialize(class_name, search_type, search_value) ⇒ TargetNotFound
Returns a new instance of TargetNotFound.
26 27 28 |
# File 'lib/pipe_drive/exception.rb', line 26 def initialize(class_name, search_type, search_value) super("#{class_name}: search #{search_type} for #{search_value} not found") end |