UnAuthException constructor
UnAuthException({
- required RequestOptions requestOptions,
Implementation
UnAuthException({required RequestOptions requestOptions})
: super(
requestOptions: requestOptions,
);