Sha256: ea92345143c6331068b4954eb8ca9a4bfcf346ce54a888b3cbe08d0c30577ce2
Contents?: true
Size: 131 Bytes
Versions: 1
Compression:
Stored size: 131 Bytes
Contents
# frozen_string_literal: true module Codebreaker module Errors class NegativeIntegerError < StandardError end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codebreaker_manfly-0.1.2 | lib/codebreaker/errors/negative_integer_error.rb |