Welcome to mirror list, hosted at ThFree Co, Russian Federation.

InvalidLink.js « PassLink « Exception « src - git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42f70e767c144f9fb90d3f30f13115701f3aec3e (plain)
1
2
3
export default class InvalidLink extends Error {
    constructor() {super('Not a valid passlink');}
}