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