Beispiel #1
0
 def _raise_file_exists(self, file_id):
     """Raise a FileExists exception for the given file_id."""
     raise FileExists("file with _id %r already exists" % file_id)