Sha256: 0e652b2707bd3abc42152b27a999d86e7f4590e190ff96d826fae21353da9167
Contents?: true
Size: 248 Bytes
Versions: 6
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true # Custom errors. # # @private class USPSFlags class Errors class InvalidInsignia < StandardError def initialize(msg = 'You have specified invalid insignia.') super(msg) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems