Method: TwoCaptcha::WrongUserKey#initialize
- Defined in:
- lib/two_captcha/errors.rb
#initialize ⇒ WrongUserKey
Returns a new instance of WrongUserKey.
36 37 38 |
# File 'lib/two_captcha/errors.rb', line 36 def initialize super('Wrong “key” parameter format, it should contain 32 symbols') end |