Sha256: d89aaf2119095e19fcd367eebf0dbdfe3644d2fd03cf26d4f64059b9481a1598
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
module ActiveHook module Errors class Config < StandardError; end class Hook < StandardError; end class HTTP < StandardError; end class Send < StandardError; end class Server < StandardError; end class Worker < StandardError; end end end
Version data entries
7 entries across 7 versions & 1 rubygems