ADD week 5
This commit is contained in:
16
02-Easy5/E5/sources/kotlin/io/TerminateException.java
Normal file
16
02-Easy5/E5/sources/kotlin/io/TerminateException.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package kotlin.io;
|
||||
|
||||
import java.io.File;
|
||||
import kotlin.Metadata;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* compiled from: Utils.kt */
|
||||
@Metadata(d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0002\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004¨\u0006\u0005"}, d2 = {"Lkotlin/io/TerminateException;", "Lkotlin/io/FileSystemException;", "file", "Ljava/io/File;", "(Ljava/io/File;)V", "kotlin-stdlib"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||||
/* loaded from: classes.dex */
|
||||
final class TerminateException extends FileSystemException {
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public TerminateException(File file) {
|
||||
super(file, null, null, 6, null);
|
||||
Intrinsics.checkNotNullParameter(file, "file");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user