NotSupportedException constructor

NotSupportedException()

Implementation

NotSupportedException()
    : super(
          name: (NotSupportedException).toString(),
          code: SendbirdError.notSupported);