Sha256: 942785ca3af6c6457c8f0c39689fe44c1a8af312ca7ef8d1f5b53af6fe723bfd
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
module Peeping class InvalidHooksException < Exception; end class UndefinedMethodException < Exception; end class NotAClassException < Exception; end class AlreadyDefinedHookException < Exception; end class UndefinedHookException < Exception; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chubas-peeping-1.1.0 | lib/peeping/exceptions.rb |
chubas-peeping-1.1.1 | lib/peeping/exceptions.rb |