Exception: TwoCaptcha::WrongIdFormat
- Defined in:
- lib/two_captcha/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ WrongIdFormat
constructor
A new instance of WrongIdFormat.
Constructor Details
#initialize ⇒ WrongIdFormat
Returns a new instance of WrongIdFormat.
78 79 80 |
# File 'lib/two_captcha/errors.rb', line 78 def initialize super('Wrong format ID CAPTCHA. ID must contain only numbers') end |