Exception: GraphQL::Authorization::Unauthorized

Inherits:
StandardError
  • Object
show all
Defined in:
lib/graphql/authorization/unauthorized.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Unauthorized") ⇒ Unauthorized



4
5
6
# File 'lib/graphql/authorization/unauthorized.rb', line 4

def initialize(msg="Unauthorized")
  super
end