Method: TwoCaptcha::InvalidUserKey#initialize
- Defined in:
- lib/two_captcha/errors.rb
#initialize ⇒ InvalidUserKey
Returns a new instance of InvalidUserKey.
36 37 38 |
# File 'lib/two_captcha/errors.rb', line 36 def initialize super('The “key” doesn’t exist') end |