✨ Add exception suppressor that run code when an exception is caught
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 26 Feb 2024 19:12:05 +0000 (20:12 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 26 Feb 2024 19:12:05 +0000 (20:12 +0100)
commit3fc65e842c0c2931b90629851ee986ece69565d6
treeea06a9cbfce99537911f5808c8b10bfcbd3b5500
parentbfa8416bdc84c4ef3f25fb16872b37886c9c00b8
✨ Add exception suppressor that run code when an exception is caught
src/main/kotlin/net/pterodactylus/util/exception/Exceptions.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/util/exception/ExceptionsTest.kt [new file with mode: 0644]