class Athena::Framework::Exceptions::Unauthorized
inherits Athena::Framework::Exceptions::HTTPException
#
Constructors#
.new(message : String, challenge : String, cause : Exception | Nil = nil, headers : HTTP::Headers = HTTP::Headers.new)
#
See Athena::Framework::Exceptions::HTTPException#new
.
Includes a www-authenticate
header with the provided challenge.