Sha256: d0e7b1d3c436c0cddad8a3d590507be607f9d56675759850966a10ba40c967b3
Contents?: true
Size: 173 Bytes
Versions: 67
Compression:
Stored size: 173 Bytes
Contents
# frozen_string_literal: true module GoodJob # Exception raised when a job is interrupted by a SIGKILL or power failure. class InterruptError < StandardError end end
Version data entries
67 entries across 67 versions & 1 rubygems