authorized()){ throw new AccessForbiddenException('You don\'t have permission to preform this action'); } $this->validators($object); $this->criteria($object); return true; } catch(AccessForbiddenException $exception){ throw new AccessForbiddenException('You don\'t have permission to preform this action'); } catch(\Exception $exception){ throw new RequestValidationException($exception->getMessage()); } } }