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