Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 181dba65 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

msg updated

parent 8f598172
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ class SendGridService {
			if ($response->statusCode() === 202) {
				return true;
			} else {
				throw new Exception("Failed to delete contacts: " . $response->body());
				throw new Exception("Failed to refresh contacts: " . $response->body());
			}
		} catch (Exception $e) {
			throw new Exception('Caught exception: ' . $e->getMessage());