Exception: TwoCaptcha::EmptyAction

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

Instance Method Summary collapse

Constructor Details

#initializeEmptyAction

Returns a new instance of EmptyAction.



108
109
110
# File 'lib/two_captcha/errors.rb', line 108

def initialize
  super('No action passed')
end