RecordingPermissionException constructor
RecordingPermissionException(
- String message
Permission to record was not granted
Implementation
RecordingPermissionException(String message) : super(message);
Permission to record was not granted
RecordingPermissionException(String message) : super(message);