mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-02 02:57:52 +00:00
Distinguish between "equipment library errors" and other "config errors"
And because no code for these "other config errors" has been merged yet, this is just a placeholder for future work.
This commit is contained in:
@@ -11,3 +11,6 @@ Exceptions thrown by other gnpy modules
|
||||
|
||||
class ConfigurationError(Exception):
|
||||
'''User-provided configuration contains an error'''
|
||||
|
||||
class EquipmentConfigError(ConfigurationError):
|
||||
'''Incomplete or wrong configuration within the equipment library'''
|
||||
|
||||
Reference in New Issue
Block a user