Sha256: 3b27160c1d6856873ee0b9e55555de17317b122a3cfb3ef92697a2317448a39a
Contents?: true
Size: 207 Bytes
Versions: 3
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module DefraRubyMocks class MissingRegistrationError < StandardError def initialize(reference) super("Could not find registration: #{reference}") end end end
Version data entries
3 entries across 3 versions & 1 rubygems