lib/mihari/analyzers/censys.rb in mihari-0.13.0 vs lib/mihari/analyzers/censys.rb in mihari-0.13.1

- old
+ new

@@ -28,10 +28,10 @@ when "websites" websites_lookup when "certificates" certificates_lookup else - raise TypeError, "#{type} type is not supported." unless valid_type? + raise InvalidInputError, "#{type} type is not supported." unless valid_type? end end private