FfmpegNotFoundException.java 343 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.day.cq.dam.handler.ffmpeg;

public class FfmpegNotFoundException
extends RuntimeException {
    public FfmpegNotFoundException(String message) {
        super(message);
    }

    public FfmpegNotFoundException(String message, Throwable throwable) {
        super(message, throwable);
    }
}