setExceptionListener method

ApiSellon setExceptionListener(
  1. OnExceptionListener _onExceptionListener
)

Implementation

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