New decorator signature: Single exceptions or multiple exceptions in an array now have to be passed with an arrow function. (Issue #1)
Example: @ApiException(() => BadRequestException)
The old signature without an arrow function is now deprecated and will be removed in future versions
Using the old signature with the @TemplatedApiException-decorator will be detected and a warning including the class and method names will be printed to the console