class PipeDrive::NotAllowSearchType
Public Class Methods
new(type=nil)
click to toggle source
Calls superclass method
# File lib/pipe_drive/exception.rb, line 14 def initialize(type=nil) super("#{type} not allow search type") end