setExceptionListener method

ApiSport setExceptionListener(
  1. OnExceptionListener _onExceptionListener
)

Implementation

ApiSport setExceptionListener(OnExceptionListener _onExceptionListener) {
  this._onExceptionListener = _onExceptionListener;
  return this;
}