Sha256: 5f010702af0c350c2d3ad09a21764abadfa1208c35fdc0d75603c4f0a6398272
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
class Apisync class Exception < StandardError; end # List of exceptions. They are all inherited from Apisync::Exception class UrlAndPayloadIdMismatch < Apisync::Exception; end class InvalidFilter < Apisync::Exception; end class TooManyRequests < Apisync::Exception; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
apisync-0.1.5 | lib/apisync/exceptions.rb |
apisync-0.1.4 | lib/apisync/exceptions.rb |