You are viewing an
outdated version of the documentation (v0.10.0).
Latest version:
v1.0.0
Source code for gridkit.errors
[docs]
class AlignmentError(Exception):
"""Grids are not aligned"""
pass
[docs]
class IntersectionError(Exception):
"""Grids do not intersect"""
pass