dumping exception for debugging temp

This commit is contained in:
omair saleh
2020-09-14 16:45:00 +08:00
parent 06b024ce9f
commit b88afb4c51
@@ -52,6 +52,7 @@ abstract class AbstractControllerLogic
return $this->logic($request);
} catch (ErrorException $exception){
dd($exception);
return (new ApiResponseObject($this->getNotificationTitle().' failed', $exception->getMessage(), $exception->getCode()))->handler();
}