graphicore / ufoJS

Javascript API for the Unified Font Object
lib.ufojs.org
GNU General Public License v3.0
52 stars 10 forks source link

PlistLib should raise PlistLibErrors #31

Open graphicore opened 9 years ago

graphicore commented 9 years ago

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.