move exception message to constant in messages class

This commit is contained in:
2022-07-14 12:05:06 +02:00
parent f1eae3bd87
commit aa88f09e16
2 changed files with 4 additions and 1 deletions

View File

@ -25,5 +25,7 @@ class ExceptionMessages
public const NOT_A_MOBILE_NUMBER = 'not a mobile number';
public const EMPTY_RECIPIENT_LIST = 'request must contain a valid recipient';
public const DEBUG_NOSENDERORCOUNTRYCODE= 'no sender number or sender country code defined, use fallback to account default';
}