fonttools/Lib/ufoLib/errors.py
Cosimo Lupo 56b4505913
various cleanups: use pyfilesystem2 API directly, remove ufoLib.filesystem
Among other things, this allows clients to inject an already
instantiated FS object in both the UFOReader/UFOWriter 'path'
argument.
2018-10-08 18:06:07 +01:00

10 lines
142 B
Python

from __future__ import absolute_import, unicode_literals
class UFOLibError(Exception):
pass
class GlifLibError(UFOLibError):
pass