Skip to main content

Module throw

Module throw 

Source
Expand description

Throw type providers for expressions, functions, and methods.

These providers allow plugins to specify what exceptions an expression, function call, or method call can throw.

Traitsยง

ExpressionThrowTypeProvider
Provider for getting thrown exception class names from any expression.
FunctionThrowTypeProvider
Provider for getting thrown exception class names from function calls.
MethodThrowTypeProvider
Provider for getting thrown exception class names from method calls.