mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
Improve error handling. Add alignment feature for point sources
This commit is contained in:
@ -31,3 +31,7 @@ class DimensionError(ValueError):
|
||||
|
||||
class InvalidIsotopeError(ValueError):
|
||||
"""Raised if attempting to load an isotope that is not valid."""
|
||||
|
||||
|
||||
class InvalidConfigValueError(ValueError):
|
||||
"""Raised if a config key has an incorrect type or value."""
|
||||
|
||||
Reference in New Issue
Block a user