Sha256: 92e3f9f06b73ffbf39f23f1e4c33182079b48cffe413e3d568c957fc2af4af77
Contents?: true
Size: 385 Bytes
Versions: 12
Compression:
Stored size: 385 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 end
Version data entries
12 entries across 12 versions & 1 rubygems