import * as denoNest from "https://deno.land/x/deno_nest@v3.5.2/src/filter.ts";
Functions
Decorator that marks a class as a Nest exception filter. An exception filter handles exceptions thrown by or not handled by your application code. | |
Decorator that binds exception filters to the scope of the controller or method, depending on its context. |