-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Exception with less generic gNMIException
In many places the library raises a generic Exception with a small text. To allow the user of the library to distinguish between explicitly raised exceptions and potential programming errors or problems by libraries used by pygnmi we now use gNMIException instead. As no parent exception is caught, this parameter is left blank (i.e. no exception is wrapped).
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters