Reports exception instance creation without any arguments specified. When an exception is constructed without arguments it contains no information about the fault that happened, which makes debugging needlessly hard.

Use the checkbox below to ignore instance creation of exception classes which have no constructors that take arguments.

New in 11