Sha256: 47fb3fed77b558783653a060beea0a5d14de4d597450aff620fb1be269953883
Contents?: true
Size: 240 Bytes
Versions: 19
Compression:
Stored size: 240 Bytes
Contents
module Marvin class Error < StandardError; end # Used to stop the flow of handler chains. class HaltHandlerProcessing < Error; end # Used for when an expression can't be parsed class UnparseableMessage < Error; end end
Version data entries
19 entries across 19 versions & 3 rubygems