exceptions property
Provides a way for the user to listen to any RestApiClient exceptions that might happen during the execution of requests
Implementation
@override
StreamController<BaseException> exceptions =
StreamController<BaseException>.broadcast();