[PrestaShopException]

The customer could not be found.
at line 1175 in file classes/Tools.php

1170.                 ->getTranslator()
1171.                 ->trans('Fatal error', [], 'Admin.Notifications.Error');
1172.         }
1173. 
1174.         if (_PS_MODE_DEV_) {
1175.             throw new PrestaShopException($errorMessage);
1176.         }
1177. 
1178.         return $errorMessage;
1179.     }
1180.