class GraphQL::Authorization::Unauthorized

Public Class Methods

new(msg="Unauthorized") click to toggle source
Calls superclass method
# File lib/graphql/authorization/unauthorized.rb, line 4
def initialize(msg="Unauthorized")
  super
end