7 lines
93 B
Java
7 lines
93 B
Java
package obix.contracts;
|
|
|
|
import obix.IObj;
|
|
|
|
public interface UnsupportedErr extends IObj {
|
|
}
|