InvalidAtUriError constructor

InvalidAtUriError(
  1. String message
)

Returns the new instance of InvalidAtUriError.

Implementation

InvalidAtUriError(this.message);