OperatorNotFoundError should have better types explanations
For example for input [192.168.0.2, 192.168.0.0/16] in 192.168
the error message is Operator 'in' not found for types (<class 'collections.abc.MutableSequence'>, <class 'numbers.Number'>) with values ([IP4('192.168.0.2'), IP4Net('192.168.0.0/16')], 192.168)
.