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