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.



90
91
92
# File 'lib/two_captcha/errors.rb', line 90

def initialize
  super('No action passed')
end