mirror of https://github.com/rq/rq.git
Try out an alternate way to indicate code blocks in docs
This commit is contained in:
parent
7a6abb4738
commit
7d6cccb654
|
@ -42,12 +42,11 @@ def my_handler(job, exc_type, exc_value, traceback):
|
|||
|
||||
You might also see the three exception arguments encoded as:
|
||||
|
||||
{% highlight python %}
|
||||
```python
|
||||
def my_handler(job, *exc_info):
|
||||
# do custom things here
|
||||
...
|
||||
{% endhighlight %}
|
||||
|
||||
```
|
||||
|
||||
## Chaining exception handlers
|
||||
|
||||
|
|
Loading…
Reference in New Issue