remove dump errors

This commit is contained in:
omair saleh
2021-11-22 10:15:41 +08:00
parent 5cc5255e50
commit c863d304e8
@@ -61,7 +61,6 @@ 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();