Exception: BruntAPI::ForbiddenError

Inherits:
ClientError
  • Object
show all
Defined in:
lib/brunt_api/error.rb

Instance Method Summary collapse

Constructor Details

#initializeForbiddenError

Returns a new instance of ForbiddenError.



12
13
14
# File 'lib/brunt_api/error.rb', line 12

def initialize
  super('Access forbidden.')
end