Files
ReplayModCinematic/src/main/java/com/replaymod/extras/urischeme/OSXUriScheme.java
2015-11-13 16:00:27 +01:00

9 lines
242 B
Java

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.");
}
}