mirror of
https://github.com/ARM-software/devlib.git
synced 2026-02-08 08:40:52 +00:00
Allow subclasses of DevlibError to not have a _message attribute, in which case it falls back on str(self), just as when _message is None.