diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-17 13:30:54 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-17 15:39:01 +0530 |
commit | e441a7428240995cc85c695189f01e757f01f610 (patch) | |
tree | 6faad9ca1902ae031408e6c27b207ade44a18a03 /mesonbuild/compilers.py | |
parent | 11f9425a5e123e7e4bb6296f4453a8e072eb95ed (diff) | |
download | meson-e441a7428240995cc85c695189f01e757f01f610.zip meson-e441a7428240995cc85c695189f01e757f01f610.tar.gz meson-e441a7428240995cc85c695189f01e757f01f610.tar.bz2 |
Derive all exceptions correctly from base exceptions
Don't need to define __init__ and manually call the parent init. Doing
so messes up the error message you get by doing str(exception) because
it includes the current class name in it repeatedly.
Diffstat (limited to 'mesonbuild/compilers.py')
0 files changed, 0 insertions, 0 deletions