mirror of
https://github.com/ARM-software/devlib.git
synced 2025-10-13 22:23:20 +01: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.