Sha256: 268c4d8f871d7b8091be3bfdc3966b018af4418865056ac9775c779a368e7adf
Contents?: true
Size: 163 Bytes
Versions: 3
Compression:
Stored size: 163 Bytes
Contents
module Exceptions class InvalidFileError < StandardError; end class InvalidCSVError < InvalidFileError; end class InvalidXMLError < InvalidFileError; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
expandsync-0.1.2 | lib/expandsync/exceptions.rb |
expandsync-0.1.1 | lib/expandsync/exceptions.rb |
expandsync-0.1.0 | lib/expandsync/exceptions.rb |