10 lines
132 B
Python
10 lines
132 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class BucketAlreadyExists(Exception):
|
|
pass
|
|
|
|
|
|
class MissingBucket(Exception):
|
|
pass
|