blob: e08e9f975920a6e63615a3c45494fb342f7002a4 [file] [log] [blame]
package com.alibaba.dubbo.demo;
public interface ErrorProvider {
void errorTest() throws CustomizeException;
}