RemoteErrorException constructor

const RemoteErrorException(
  1. String errorAsString
)

Implementation

const RemoteErrorException(this.errorAsString);