File: exceptions.py

package info (click to toggle)
python-mcstasscript 0.0.46%2Bgit20250402111921.bfa5a26-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,440 kB
  • sloc: python: 13,421; makefile: 14
file content (3 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
class McStasError(Exception):
    # Error raised when McStas simulation can't run
    pass