Sha256: abaf106802c43eaa929795f0486b8bc1d8ea186b36ebaac30904aff68e7e10e9
Contents?: true
Size: 190 Bytes
Versions: 1
Compression:
Stored size: 190 Bytes
Contents
module ActiveHook module Errors class Config < StandardError; end class Hook < StandardError; end class HTTP < StandardError; end class Send < StandardError; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activehook-0.1.0 | lib/activehook/errors.rb |