Skip to content

ResourceNotFound

@tsed/platform-exceptions

Usage

typescript
import { ResourceNotFound } from "@tsed/platform-exceptions";

See /packages/platform/platform-exceptions/src/types/errors/ResourceNotFound.ts.

Overview

ts
class ResourceNotFound extends NotFound {
    readonly url: string;
    constructor(url: string);
}

readonly url

ts
readonly url: string;

Released under the MIT License.