Regalamiunsorriso/decompiled-libs/www/acxent-videoj-1.0.0/org/jcodec/api/NotImplementedException.java

7 lines
164 B
Java
Raw Normal View History

2026-04-22 18:41:37 +02:00
package org.jcodec.api;
public class NotImplementedException extends RuntimeException {
public NotImplementedException(String string) {
super(string);
}
}