Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
Description
raise_error() and assert_true() do not presently utilize the new error framework.
We want to generalize raise_error() to take an error class, sqlstate and message parameters as arguments to compose a well-formed error condition.
The existing assert_true(0 and raise_error() versions should return an error classÂ