Sha256: ed8d4dd3db5b14d22ab061db74c42c8043aadc7af2dab53892bae55f1bbca0f1
Contents?: true
Size: 177 Bytes
Versions: 5
Compression:
Stored size: 177 Bytes
Contents
# frozen_string_literal: true module Emittance module Resque # Raised when validation fails for a callback. class InvalidCallbackError < StandardError; end end end
Version data entries
5 entries across 5 versions & 1 rubygems