Exception: PipeDrive::NotAllowSearchType

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

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ NotAllowSearchType

Returns a new instance of NotAllowSearchType.



14
15
16
# File 'lib/pipe_drive/exception.rb', line 14

def initialize(type=nil)
  super("#{type} not allow search type")
end