Move UriScheme to extras module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.replaymod.extras.urischeme;
|
||||
|
||||
public class OSXUriScheme extends UriScheme {
|
||||
@Override
|
||||
public void install() throws Exception {
|
||||
throw new UnsupportedOperationException("OSX URI scheme not yet implemented.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user