Exception: PipeDrive::FieldNotExist

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

Instance Method Summary collapse

Constructor Details

#initialize(field_name) ⇒ FieldNotExist

Returns a new instance of FieldNotExist.



38
39
40
# File 'lib/pipe_drive/exception.rb', line 38

def initialize(field_name)
  super("#{field_name} not existed field name")
end