Interface describing implementation of a Web Sockets exception filter.
Exception Filters
Method to implement a custom (web sockets) exception filter.
the type (class) of the exception being handled
used to access an array of arguments for the in-flight message catch(exception: T, host: ArgumentsHost): any;
Generated using TypeDoc
Interface describing implementation of a Web Sockets exception filter.
Exception Filters