Browse Source

Exceptions

pull/9/head
Jure Šorn 6 years ago
parent
commit
1175c3c48c
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -809,7 +809,7 @@ while True:
break
```
### Raising Exceptions
#### Raising exception:
```python
raise ValueError('A very specific message!')
```

Loading…
Cancel
Save