source: PSPA/madxPSPA/testing/MadTestExceptions.py @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 151 bytes
Line 
1#!/usr/bin/python
2
3
4class MadException(Exception):
5    pass
6
7class BuildException(MadException):
8    pass
9
10class TestException(MadException):
11    pass
Note: See TracBrowser for help on using the repository browser.