Sha256: 806c26a1e49e9ad873730fb175782cb91a4040dad26b469dde94333bb3747063

Contents?: true

Size: 214 Bytes

Versions: 12

Compression:

Stored size: 214 Bytes

Contents

# Custom errors.
#
# @private
module USPSFlags::Errors
  class USPSFlags::Errors::InvalidInsignia < StandardError
    def initialize(msg = "You have specified invalid insignia.")
      super(msg)
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
usps_flags-grades-0.0.12 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.11 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.10 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.9 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.8 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.7 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.6 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.5 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.4 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.3 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.2 lib/usps_flags/grades/errors.rb
usps_flags-grades-0.0.1 lib/usps_flags/grades/errors.rb