Skip to content
Unverified Commit 75fe7983 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Let repair step query exceptions bubble up



And hide the type error caused by a constructor call with missing
arguments.

`new $repairStep();` only works for the rare case that no arguments are
required. Anything else will throw. Then we previously hid the trace of
the more important query exception.

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent 960a9337
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment