Exception: GraphQL::Authorization::Unauthorized
- Inherits:
-
StandardError
- Object
- StandardError
- GraphQL::Authorization::Unauthorized
- Defined in:
- lib/graphql/authorization/unauthorized.rb
Instance Method Summary collapse
-
#initialize(msg = "Unauthorized") ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Constructor Details
#initialize(msg = "Unauthorized") ⇒ Unauthorized
4 5 6 |
# File 'lib/graphql/authorization/unauthorized.rb', line 4 def initialize(msg="Unauthorized") super end |