Source code for astrophot.errors.param
from .base import AstroPhotError
__all__ = ("InvalidParameter",)
[docs]
class InvalidParameter(AstroPhotError):
"""
Catches when a parameter object is assigned incorrectly.
"""
...
from .base import AstroPhotError
__all__ = ("InvalidParameter",)
[docs]
class InvalidParameter(AstroPhotError):
"""
Catches when a parameter object is assigned incorrectly.
"""
...