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

Version Path
snapsync-0.3.0 lib/snapsync/exceptions.rb
snapsync-0.2.1 lib/snapsync/exceptions.rb
snapsync-0.2.0 lib/snapsync/exceptions.rb
snapsync-0.1.8 lib/snapsync/exceptions.rb
snapsync-0.1.7 lib/snapsync/exceptions.rb
snapsync-0.1.6 lib/snapsync/exceptions.rb
snapsync-0.1.5 lib/snapsync/exceptions.rb
snapsync-0.1.4 lib/snapsync/exceptions.rb
snapsync-0.1.3 lib/snapsync/exceptions.rb
snapsync-0.1.2 lib/snapsync/exceptions.rb
snapsync-0.1.1 lib/snapsync/exceptions.rb
snapsync-0.1.0 lib/snapsync/exceptions.rb