Sha256: 6711fa0d952df76c785d81529730397ebf0d56a770eba210ed7580236a25897f
Contents?: true
Size: 172 Bytes
Versions: 28
Compression:
Stored size: 172 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
28 entries across 28 versions & 1 rubygems