diff options
Diffstat (limited to 'SmartDeviceLink/private/SDLError.h')
-rw-r--r-- | SmartDeviceLink/private/SDLError.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/private/SDLError.h b/SmartDeviceLink/private/SDLError.h index f6e7a0bb9..f802e651b 100644 --- a/SmartDeviceLink/private/SDLError.h +++ b/SmartDeviceLink/private/SDLError.h @@ -112,6 +112,7 @@ NS_ASSUME_NONNULL_BEGIN + (NSException *)sdl_invalidLockscreenSetupException; + (NSException *)sdl_invalidSystemCapabilitySelectorExceptionWithSelector:(SEL)selector; + (NSException *)sdl_invalidSubscribeButtonSelectorExceptionWithSelector:(SEL)selector; ++ (NSException *)sdl_invalidVideoStreamingRange; @end |