hdl._ir: derive DriverConflict from Exception instead of UserWarning.

This commit is contained in:
Wanda 2024-05-09 00:26:17 +02:00 committed by Catherine
parent 14929b9499
commit 4b49284ccb

View file

@ -26,7 +26,7 @@ class Elaboratable(_unused.MustUse):
_MustUse__warning = UnusedElaboratable
class DriverConflict(UserWarning):
class DriverConflict(Exception):
pass