Sha256: 42102b2fb34ac4f8eb3f1c0b19bc2186b4b80d93ddb647ef70affdfb39832155
Contents?: true
Size: 213 Bytes
Versions: 13
Compression:
Stored size: 213 Bytes
Contents
module DaemonKit # The core of daemon-kit exceptions class Exception < ::StandardError end # Raised when no class is registered to process a ruote workitem class MissingParticipant < Exception; end end
Version data entries
13 entries across 13 versions & 3 rubygems