discord-jadx/app/src/main/java/com/facebook/common/file/FileUtils$ParentDirNotFoundException.java
2021-06-27 22:44:35 +02:00

9 lines
245 B
Java

package com.facebook.common.file;
import java.io.FileNotFoundException;
public class FileUtils$ParentDirNotFoundException extends FileNotFoundException {
public FileUtils$ParentDirNotFoundException(String str) {
super(str);
}
}