bootstrap-vz/base/fs/exceptions.py
2014-03-23 16:04:03 +01: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