Sha256: fb58e47c46d7c7696132bcb276fc063abf3fd2f3b1b9b5834c0143c3d25a79e9
Contents?: true
Size: 475 Bytes
Versions: 12
Compression:
Stored size: 475 Bytes
Contents
module Snapsync # Exception raised when a snapshot directory is given to {Snapshot} that # does not look like a snapshot at all class InvalidSnapshot < RuntimeError; end # Exception raised when a snapshot directory is given to {Snapshot} but # snapshot_dir/info.xml does not look like a valid snapper info file. class InvalidInfoFile < InvalidSnapshot; end # Invalid configuration requested class InvalidConfiguration < ArgumentError; end end
Version data entries
12 entries across 12 versions & 1 rubygems