summaryrefslogtreecommitdiffstats
path: root/base/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated license.Yaakov M. Nemoy2008-12-301-1/+20
|
* Added exception for bad function call.Yaakov M. Nemoy2008-10-021-0/+5
| | | | We can use this to deliver *good* inforamtion to the user what went wrong, and how to rectify it if possible.
* Breaks everything up into seperate files.Yaakov Nemoy2008-10-011-0/+4
I had a problem where having Module in the local namespace was not the same as having Module in the non local namespace (via an import). Somehow breaking it down this way seemed simpler.