Searched refs:PubSubException (Results 1 – 2 of 2) sorted by relevance
28 class PubSubException(Exception): class45 raise PubSubException('You need to specify a credential file.')53 raise PubSubException('Credential file does not exist:' +65 raise PubSubException('Credential file %s does not exists:' %74 raise PubSubException('Failed to get pubsub resource object')106 raise PubSubException('Failed to publish the notification')
81 with self.assertRaises(pubsub_utils.PubSubException):90 with self.assertRaises(pubsub_utils.PubSubException):103 with self.assertRaises(pubsub_utils.PubSubException):124 with self.assertRaises(pubsub_utils.PubSubException):