UNPKG

@tsed/common

Version:
6 lines (5 loc) 160 B
import { NotFound } from "@tsed/exceptions"; export declare class ResourceNotFound extends NotFound { readonly url: string; constructor(url: string); }