Sha256: bfd65ab9d189ab3c019d2356a91bbd221e13343f9c128cd57bbd9bfbdb3e9186

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

module Pixy
  class Error < StandardError; end
  class EmptyLongUrl < Error; end
  class EmptyApiKey < Error; end
  class ApiLimit < Error; end
  class InvalidApiKey < Error; end
  class InvalidLongUrl < Error; end
  class UnknownError < Error; end
  class MissingApiKey < Error; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pixy-0.1.3 lib/pixy/errors.rb
pixy-0.1.2 lib/pixy/errors.rb