mirror of
				https://github.com/Telecominfraproject/oopt-gnpy.git
				synced 2025-10-31 01:57:54 +00:00 
			
		
		
		
	Add a DisjunctionError exception and use it
in case there is no possible disjoint path with the added constraints (most of the time due to an inconsistant user request) Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
This commit is contained in:
		| @@ -21,3 +21,5 @@ class NetworkTopologyError(ConfigurationError): | ||||
| class ServiceError(Exception): | ||||
|     '''Service of user-provided request is wrong''' | ||||
|  | ||||
| class DisjunctionError(ServiceError): | ||||
|     '''Disjunction of user-provided request can not be satisfied''' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 EstherLerouzic
					EstherLerouzic