diff --git a/sci b/sci index c1a70167..1463f847 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit c1a70167bed16004b5cd57add028215184a4f708 +Subproject commit 1463f84738120275bc58351232ecd1acdaf0fcb1 diff --git a/src/babashka/impl/exceptions.clj b/src/babashka/impl/exceptions.clj index d36adf61..69224f2d 100644 --- a/src/babashka/impl/exceptions.clj +++ b/src/babashka/impl/exceptions.clj @@ -1,7 +1,5 @@ (ns babashka.impl.exceptions) (def exception-bindings - {'Exception Exception - 'java.lang.Exception Exception - 'ArithmeticException ArithmeticException + {'ArithmeticException ArithmeticException 'java.lang.ArithmeticException ArithmeticException})