UnAuthException constructor

UnAuthException({
  1. required RequestOptions requestOptions,
})

Implementation

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