Exception: PipeDrive::TargetNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pipe_drive/exception.rb

Instance Method Summary collapse

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