Fork me on GitHub
#ring
<
2017-02-11
>
ikitommi13:02:37

thanks. So, it’s ok not to catch the exception (and pass it into raise)? execption-handling mw’s should catch both exceptions and handle raises?

weavejester13:02:45

@ikitommi Right. We can’t really get rid of exceptions, so we need to handle both thrown exceptions and anything sent through raise.