Sha256: e3476b079f17014aca657fdc4316feb7acf3a10648ee4e6656913bf4acfffea4

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 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
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apisync-0.1.3 lib/apisync/exceptions.rb