Sha256: a70e5e6f041f5cb3237245e4ed642bbc07b98eaeec4ba97cfdfdddd52323f8cf

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 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

  class ImgurException < Exception
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wgif-0.2.0 lib/wgif/exceptions.rb