summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/private/SDLError.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/private/SDLError.m')
-rw-r--r--SmartDeviceLink/private/SDLError.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/private/SDLError.m b/SmartDeviceLink/private/SDLError.m
index 81616bf79..0874e0674 100644
--- a/SmartDeviceLink/private/SDLError.m
+++ b/SmartDeviceLink/private/SDLError.m
@@ -407,8 +407,8 @@ NS_ASSUME_NONNULL_BEGIN
@implementation NSException (SDLExceptions)
-+ (NSException *)sdl_duplicateSoftButtonsTitleException {
- return [NSException exceptionWithName:@"InvalidSoftButtonsInitialization" reason:@"Attempting to create soft buttons with the same title" userInfo:nil];
++ (NSException *)sdl_duplicateSoftButtonsNameException {
+ return [NSException exceptionWithName:@"InvalidSoftButtonsInitialization" reason:@"Attempting to create soft buttons with the same name" userInfo:nil];
}
+ (NSException *)sdl_missingHandlerException {