performa invoice

This commit is contained in:
omair saleh
2021-11-28 21:18:35 +08:00
parent 2e481b63e0
commit f017b30db4
@@ -61,6 +61,7 @@ abstract class AbstractControllerLogic
return $response;
} catch (ErrorException|GeneralExceptions $exception){
dd($exception);
return (new ApiResponseObject($this->getNotificationTitle().' failed', $exception->getMessage(),
$exception->getCode() ? $exception->getCode() : HttpStatus::SERVER_ERROR))->handler();