Version: 1.0.01.0.11.0.22.0.02.0.12.0.22.0.32.0.42.0.72.1.02.1.12.1.23.0.03.0.13.0.23.0.33.1.03.1.14.0.04.0.14.0.24.0.34.1.04.1.14.1.44.1.54.1.64.1.74.1.84.2.04.2.14.2.24.3.04.3.14.3.24.3.34.3.44.3.64.4.04.4.14.4.24.5.04.5.14.5.24.5.34.5.44.5.54.5.64.5.84.5.94.5.114.5.124.5.134.5.144.5.154.5.164.6.04.6.1-04.6.1-14.6.14.6.24.6.34.6.44.6.54.6.65.0.0-beta.05.0.0-beta.15.0.0-beta.25.0.0-beta.35.0.0-beta.45.0.0-beta.55.0.0-beta.65.0.0-beta.75.0.0-beta.85.0.0-rc.15.0.0-rc.25.0.0-rc.35.0.0-rc.45.0.05.0.15.1.05.2.0-next5.2.05.2.15.2.25.3.0-next5.3.05.3.1-oc5.3.1-oc25.3.1-oc35.3.15.3.25.3.45.3.5-next5.3.55.3.65.3.75.3.85.3.95.3.11-workspace5.3.115.3.14-05.3.145.3.155.4.0-05.4.05.4.15.5.0-05.5.05.6.05.6.15.6.25.7.05.7.15.7.25.7.35.7.46.0.0-alpha.16.0.0-alpha.26.0.0-alpha.36.0.0-alpha.46.0.0-rc.16.0.06.0.16.0.26.0.36.0.46.0.56.1.06.1.16.2.0-next.16.2.0-next.26.2.06.2.16.2.26.2.36.2.46.3.0-next.16.3.06.3.16.3.26.4.06.4.16.5.06.5.16.5.26.5.36.6.06.6.16.6.26.6.36.6.46.6.56.6.66.6.76.7.06.7.16.7.26.8.06.8.16.8.26.8.36.8.46.8.56.9.06.10.06.10.16.10.26.10.36.10.46.10.56.10.66.10.76.10.86.10.96.10.106.10.116.10.126.10.136.10.146.11.0-next.16.11.06.11.16.11.26.11.36.11.46.11.56.11.66.11.76.11.86.11.96.11.106.11.117.0.0-rc.17.0.07.0.17.0.27.0.37.0.47.0.57.0.67.0.77.0.87.0.97.0.107.0.117.0.137.1.07.1.17.1.27.1.37.2.07.3.07.3.17.3.27.4.07.4.17.4.27.4.37.4.47.5.07.5.17.5.27.5.37.5.47.5.57.6.0-next.17.6.07.6.17.6.27.6.37.6.47.6.57.6.67.6.77.6.87.6.97.6.107.6.117.6.127.6.137.6.147.6.157.6.167.6.177.6.188.0.0-alpha.18.0.0-alpha.28.0.0-alpha.38.0.0-alpha.48.0.0-alpha.58.0.0-alpha.68.0.0-alpha.78.0.08.0.18.0.28.0.38.0.48.0.58.0.68.0.78.0.88.0.98.0.108.0.118.1.08.1.18.1.28.2.08.2.18.2.28.2.38.2.48.2.58.2.68.3.08.3.18.4.08.4.18.4.28.4.38.4.48.4.58.4.68.4.79.0.0-next.19.0.0-next.29.0.09.0.19.0.29.0.39.0.49.0.59.0.69.0.79.0.89.0.99.0.109.0.119.1.19.1.29.1.39.1.49.1.59.1.69.2.09.2.19.3.0-beta.19.3.0-beta.29.3.0-beta.39.3.09.3.19.3.29.3.39.3.49.3.59.3.69.3.79.3.89.3.99.3.109.3.119.3.129.4.09.4.19.4.29.4.310.0.010.0.110.0.210.0.310.0.410.0.510.1.010.1.110.1.210.1.310.2.010.2.110.2.210.2.310.2.410.2.510.2.610.2.710.2.810.2.910.2.1010.3.010.3.110.3.210.3.310.3.410.3.510.3.610.3.710.3.810.3.910.3.1010.4.010.4.110.4.210.4.310.4.410.4.510.4.6
import { RpcExceptionFilter } from './rpc-exception-filter.interface';
import { Type } from '../type.interface';
export interface RpcExceptionFilterMetadata {
func: RpcExceptionFilter['catch'];
exceptionMetatypes: Type<any>[];
}