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.



102
103
104
# File 'lib/two_captcha/errors.rb', line 102

def initialize
  super('No action passed')
end