Sha256: 892e1a0fc57d4b13472f8e7225aad7ca65fe988d81bc08612b118fcc4f3b69aa

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

module ActiveHook
  module Server
    module Errors
      class Config < StandardError; end
      class Message < StandardError; end
      class HTTP < StandardError; end
      class Send < StandardError; end
      class Server < StandardError; end
      class Worker < StandardError; end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activehook-server-0.1.3 lib/activehook/server/errors.rb
activehook-server-0.1.2 lib/activehook/server/errors.rb