PermissionDeniedException constructor

PermissionDeniedException([
  1. String errMessage([
    1. String? locale
    ])?
])

Implementation

PermissionDeniedException([String Function([String? locale])? errMessage])
  : super._(InteractivePlusSystemExceptionType.PERMISSION_DENIED_EXCEPTION,errMessage,null);