Skip to content

Commit

Permalink
Add the new exception in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pirapira committed Oct 6, 2016
1 parent a64ec58 commit 4cabd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/miscellaneous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Solidity contract throws an exception for unhealthy operations such as

- division by zero
- modulo by zero
- the smallest sigined integer divides by -1
- out-of-bounds access on a fixed bytes value
- out-of-bounds access on an array
- a positive value seen by a function without ``payable`` mofifier except when the function is a library function
Expand Down

0 comments on commit 4cabd94

Please sign in to comment.