Searched refs:BandwidthValueError (Results 1 – 4 of 4) sorted by relevance
30 class BandwidthValueError(TrafficShaperException): class86 raise BandwidthValueError(self.up_bandwidth)88 raise BandwidthValueError(self.down_bandwidth)
34 class BandwidthValueError(ProxyShaperError): class116 raise BandwidthValueError('Value, "%s", does not match regex: %s' % (
136 self.assertRaises(proxyshaper.BandwidthValueError,
51 self.assertRaises(trafficshaper.BandwidthValueError,