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.
90 91 92 |
# File 'lib/two_captcha/errors.rb', line 90 def initialize super('Wrong format ID CAPTCHA. ID must contain only numbers') end |