Sha256: 847c646c4386f57a1777339a3cab3828cb2b7537a424c9e94e8e82afe61f35fe

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

module Ahnnotate
  class Error < StandardError
    class VfsError < Error; end
    class VfsReadError < VfsError; end
    class VfsWriteError < VfsError; end
    class VfsOutsideOfRoot < VfsError; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ahnnotate-0.5.1 lib/ahnnotate/error.rb
ahnnotate-0.5.0 lib/ahnnotate/error.rb
ahnnotate-0.4.0 lib/ahnnotate/error.rb
ahnnotate-0.3.0 lib/ahnnotate/error.rb
ahnnotate-0.2.0 lib/ahnnotate/error.rb