AuthException constructor

const AuthException(
  1. Object error
)

Create an exception with the given error.

Implementation

const AuthException(this.error);