name: UnauthorizedHttpException class_comment: '# * @author Ben Ramsey ' dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: challenge - name: message default: '''''' - name: previous default: 'null' - name: code default: '0' - name: headers default: '[]' comment: '# * @author Ben Ramsey # */ # class UnauthorizedHttpException extends HttpException # { # /** # * @param string $challenge WWW-Authenticate challenge string' traits: [] interfaces: []