You are viewing the development version of the documentation (dev).
This is the bleeding edge. Changes might not yet be released and may be changed or reverted.
Source code for gridkit.errors
[docs]
class AlignmentError(Exception):
"""Grids are not aligned"""
pass
[docs]
class IntersectionError(Exception):
"""Grids do not intersect"""
pass