cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
305 stars 55 forks source link

Exception changes #100

Closed cjdrake closed 10 years ago

cjdrake commented 10 years ago

Recently became familiar with the Google Python Style Guide.

The way they name exceptions is nice and simple. If some module needs to define an exception type, it's just named Error. Then you use it like except module.Error.

This affects the following exceptions: