```expectThat(catching(someAction)).throws<NotH...
# strikt
r
Copy code
expectThat(catching(someAction)).throws<NotHotDogException>()