Exception: TwoCaptcha::NoSlotAvailable

Inherits:
Error
  • Object
show all
Defined in:
lib/two_captcha/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNoSlotAvailable

Returns a new instance of NoSlotAvailable.



48
49
50
# File 'lib/two_captcha/errors.rb', line 48

def initialize
  super('The current bid is higher than the maximum bid set for your account.')
end