class GosuApi::Exceptions::ForbiddenError

Public Class Methods

new(msg = "You are not allowed to request this content") click to toggle source
Calls superclass method
# File lib/gosu_api/exceptions/forbidden_error.rb, line 4
def initialize(msg = "You are not allowed to request this content")
  super(msg)
end