class PipeDrive::TargetNotFound

Public Class Methods

new(class_name, search_type, search_value) click to toggle source
Calls superclass method
# 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