mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-22 11:51:53 +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.