Skip to content

Commit

Permalink
[new] [#158] Add java.lang.ClassCastException to default thaw allow…
Browse files Browse the repository at this point in the history
… list (@carlosgeos)
  • Loading branch information
ptaoussanis committed Aug 1, 2023
1 parent 2f255ae commit a48948d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/taoensso/nippy.clj
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@
"java.lang.IllegalArgumentException"
"java.lang.NullPointerException"
"java.lang.IndexOutOfBoundsException"
"java.lang.ClassCastException"

"java.net.URI"
"java.util.UUID"
Expand Down

0 comments on commit a48948d

Please sign in to comment.