From 307ed36f9c526219bc888134e8c75578c9704cd0 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 14 Apr 2023 13:13:19 +0200 Subject: [PATCH] Add UnsupportedOperationException --- src/babashka/impl/classes.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/babashka/impl/classes.clj b/src/babashka/impl/classes.clj index e1a7bd35..f63c0fe9 100644 --- a/src/babashka/impl/classes.clj +++ b/src/babashka/impl/classes.clj @@ -318,7 +318,7 @@ java.lang.System java.lang.Throwable java.lang.Thread$UncaughtExceptionHandler - ;; java.lang.UnsupportedOperationException + java.lang.UnsupportedOperationException java.lang.ref.WeakReference java.lang.ref.ReferenceQueue java.lang.ref.Cleaner @@ -767,7 +767,7 @@ Throwable java.lang.Throwable VirtualMachineError java.lang.VirtualMachineError ThreadDeath java.lang.ThreadDeath - ;; UnsupportedOperationException java.lang.UnsupportedOperationException + UnsupportedOperationException java.lang.UnsupportedOperationException }) (defn reflection-file-entries []