Exception: PipeDrive::NotAllowSearchType
- Inherits:
-
StandardError
- Object
- StandardError
- PipeDrive::NotAllowSearchType
- Defined in:
- lib/pipe_drive/exception.rb
Instance Method Summary collapse
-
#initialize(type = nil) ⇒ NotAllowSearchType
constructor
A new instance of NotAllowSearchType.
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 |