Closed bezzad closed 9 years ago
In ExceptionHandler
class, define a list of CodeScope to escape from raise error log at that code scopes.
public static List<CodeScope> ExemptedCodeScopes = new List<CodeScope>();
Use helper written on project Readme
This proposal solved and attached to project in (Do Not Raise Self Exceptions) issue #26
In some code places, we need to not raise exception and that place defined to safe code for my library.