Exception: DeathByCaptcha::Errors::AccessDenied

Inherits:
Error
  • Object
show all
Defined in:
lib/deathbycaptcha/error.rb

Overview

Raised when the user is not allowed to access the API

Instance Method Summary collapse

Constructor Details

#initializeAccessDenied

Returns a new instance of AccessDenied.



38
39
40
# File 'lib/deathbycaptcha/error.rb', line 38

def initialize
  super('Access denied, please check your credentials and/or balance')
end