Source code for fitgrid.errors

# -*- coding: utf-8 -*-
"""Developer stub for internal fitgrid errors"""


[docs]class FitGridError(Exception): pass