File: exceptions.py

package info (click to toggle)
python-mcstasscript 0.0.46%2Bgit20260220132321.813e2ef-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,448 kB
  • sloc: python: 13,478; 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