Exception: TwoCaptcha::ZeroBalance

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

Instance Method Summary collapse

Constructor Details

#initializeZeroBalance

Returns a new instance of ZeroBalance.



30
31
32
# File 'lib/two_captcha/errors.rb', line 30

def initialize
  super('You don’t have enought money on your account')
end