Exception: GosuApi::Exceptions::ForbiddenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gosu_api/exceptions/forbidden_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "You are not allowed to request this content") ⇒ ForbiddenError

Returns a new instance of ForbiddenError.



4
5
6
# File 'lib/gosu_api/exceptions/forbidden_error.rb', line 4

def initialize(msg = "You are not allowed to request this content")
  super(msg)
end