var Unauthorized = /** @class */ (function (_super) {
    __extends(Unauthorized, _super);
    function Unauthorized(msg) {
        return _super.call(this, "Unauthorized", msg) || this;
    }