Exception: Api2Captcha::ValidationException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/api_2captcha/api2captcha_exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Invalid parameters passed') ⇒ ValidationException

Returns a new instance of ValidationException.



3
4
5
# File 'lib/api_2captcha/api2captcha_exceptions.rb', line 3

def initialize(message = 'Invalid parameters passed')
  super(message)
end