Civi::pipe - Flip default for $apiError from `array` to `exception`
authorTim Otten <totten@civicrm.org>
Thu, 16 Dec 2021 00:11:34 +0000 (16:11 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 13 Jan 2022 21:15:01 +0000 (13:15 -0800)
commit870ffb264d5a5bdf4c2c70dd38f2a0e10a60f022
tree2570093338e341d4f1d90d1650fa5d4166aa81c6
parentd0bbf1812bc42ab4d71e4721c436338532703e5b
Civi::pipe - Flip default for $apiError from `array` to `exception`

My initial use-case will likely benefit from `array`; however, for bespoke
code that works with a pipe, the `exception` is probably easier.
Civi/Pipe/PublicMethods.php
tests/phpunit/Civi/Pipe/JsonRpcSessionTest.php