Sha256: f19d2edced2d65ef11d6028bb6fcc93a8730146272a905cb181eb6aeddaaa265
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
module WGif class InvalidUrlException < Exception end class InvalidTimestampException < Exception end class InvalidDurationException < Exception end class InvalidFramesException < Exception end class MissingOutputFileException < Exception end class VideoNotFoundException < Exception end class ClipEncodingException < Exception end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wgif-0.0.1 | lib/wgif/exceptions.rb |
wgif-0.0.1.pre | lib/wgif/exceptions.rb |