Sha256: d0e7b1d3c436c0cddad8a3d590507be607f9d56675759850966a10ba40c967b3
Contents?: true
Size: 173 Bytes
Versions: 65
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
65 entries across 65 versions & 1 rubygems