bootstrap-vz/bootstrapvz/base/fs/exceptions.py
2014-04-02 21:26:13 +02:00

12 lines
239 B
Python

class VolumeError(Exception):
"""Raised when an error occurs while interacting with the volume
"""
pass
class PartitionError(Exception):
"""Raised when an error occurs while interacting with the partitions on the volume
"""
pass