ufoJS
ufoJS copied to clipboard
PlistLib should raise PlistLibErrors
Currently PlistLib raises ufojs/errors.Type
and ufojs/errors.Value
which is maybe too generic. It would be nice to have at least for parsing errors a family of PlistLibErrors. This may also include errors caught from the XML parser.