Exception: GosuApi::Exceptions::ForbiddenError
- Inherits:
-
StandardError
- Object
- StandardError
- GosuApi::Exceptions::ForbiddenError
- Defined in:
- lib/gosu_api/exceptions/forbidden_error.rb
Instance Method Summary collapse
-
#initialize(msg = "You are not allowed to request this content") ⇒ ForbiddenError
constructor
A new instance of ForbiddenError.
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 |