WsExceptionFilter
Interface describing implementation of a Web Sockets exception filter.
interface WsExceptionFilter<T = any> {
catch(exception: T, host: ArgumentsHost): any
}
See also
Methods
catch() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Method to implement a custom (web sockets) exception filter. |
|||||||||
Parameters
Returns
|