u_boot_pylib: Add an exception-class for errors
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2025 16:26:43 +0000 (09:26 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 4 Mar 2025 19:31:49 +0000 (13:31 -0600)
commit54ead4be04241f34967a6a591d529ee8ba66f301
tree5a03136afa56df458e4c3f7a911b3dac3c3f9477
parentd6900a778a72ddb33b10550503719a13cc59bc18
u_boot_pylib: Add an exception-class for errors

Throwing an Exception is not very friendly since it is the top-level
class of all exceptions. Declare a new class instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/gitutil.py
tools/u_boot_pylib/command.py