Skip to content

PassportException

@tsed/passport

Usage

typescript
import { PassportException } from "@tsed/passport";

See /packages/security/passport/src/types/errors/PassportException.ts.

Overview

ts
class PassportException extends Exception {
    constructor(error: any);
}

Released under the MIT License.