somakeit / smib

1 stars 0 forks source link

SMIBHID error handling move error registration for loop to module #180

Open sjefferson99 opened 1 month ago

sjefferson99 commented 1 month ago

Error handling only presents a register error method, but all modules will create a list of errors to register and then run a for loop to register them all, have a method in error handling that can accept a dictionary of errors and iterate over registering them.