From 0cb2ab79afdf90423b0346eda6737648ee45f316 Mon Sep 17 00:00:00 2001 From: Yaroslav Mokhurenko Date: Mon, 4 Nov 2019 11:41:32 +0200 Subject: [PATCH] Change default throw_exception to true --- src/Services/ServiceManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/ServiceManager.php b/src/Services/ServiceManager.php index 2a18c3ce..45292c47 100755 --- a/src/Services/ServiceManager.php +++ b/src/Services/ServiceManager.php @@ -520,7 +520,7 @@ public function handleRequest( $payload = null, $format = null, $check_permission = true, - $throw_exception = false + $throw_exception = true ) { if ($check_permission === true) { if (false === Session::checkServicePermission($verb, $service, $resource, Session::getRequestor(),