import WebApi from '../../lib/ajax/webapi';
import Exception from '../../lib/exception';
import test from './test';

WebApi.response = () => null;
Exception.webapi = new WebApi('http://192.168.1.104:7001', undefined);
Exception.apiname = '/api/product/exception/create';
Exception.productCode = 1;
const exception = new Exception();

// exception.listen();

test();