Exception: CSI::ClassificationInvalid

Inherits:
Error
  • Object
show all
Defined in:
lib/csi/errors.rb

Overview

Raised when trying to find an invalid code/type combination

CSI::Record.new('NAICS', "1337")
# => CSI::ClassificationInvalid

CSI::Record.new('SIC', "1337")
# => CSI::ClassificationInvalid