Closed oleander closed 3 years ago
This PR implements SchemaError#key & SchemaError#value. It makes SchemaErrors interface more in line with MissingKeyError, UnknownKeysError & ConstraintError which have (most) of their instance variables accessible to the public.
SchemaError#key
SchemaError#value
SchemaError
MissingKeyError
UnknownKeysError
ConstraintError
thanks!
This PR implements
SchemaError#key
&SchemaError#value
. It makesSchemaError
s interface more in line withMissingKeyError
,UnknownKeysError
&ConstraintError
which have (most) of their instance variables accessible to the public.