Skip to content

Commit

Permalink
Add Class definition for ArithmeticException
Browse files Browse the repository at this point in the history
  • Loading branch information
benallard committed Sep 19, 2011
1 parent ce0f40a commit 0ed3735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ class SecurityException(RuntimeException):
class NullPointerException(RuntimeException):
pass

class ArithmeticException(RuntimeException):
pass

class ClassCastException(RuntimeException):
pass

0 comments on commit 0ed3735

Please sign in to comment.