Exception: PipeDrive::NotProvideAssignType

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

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ NotProvideAssignType

Returns a new instance of NotProvideAssignType.



20
21
22
# File 'lib/pipe_drive/exception.rb', line 20

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