Sha256: b8e8c63646654a1a6cc33762b7929bd26831304fb9fa6dcd8b501363ae13ebf5
Contents?: true
Size: 250 Bytes
Versions: 13
Compression:
Stored size: 250 Bytes
Contents
module PhobosDBCheckpoint class PhobosDBCheckpointError < StandardError; end class ListenerNotFoundError < PhobosDBCheckpointError def initialize(group_id) super("Phobos Listener not found for group id '#{group_id}'") end end end
Version data entries
13 entries across 13 versions & 1 rubygems