mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 23:50:46 +00:00
14 lines
233 B
Java
14 lines
233 B
Java
package com.jpexs.decompiler.flash.gui;
|
|
|
|
/**
|
|
*
|
|
* @author JPEXS
|
|
*/
|
|
public class FlashUnsupportedException extends RuntimeException{
|
|
|
|
public FlashUnsupportedException() {
|
|
super("Flash Unsupported");
|
|
}
|
|
|
|
}
|