class LayoutException(Exception):
pass
class DuplicatedShardingDimensionError(LayoutException):
class ShardingNotDivisibleError(LayoutException):
class ShardingOutOfIndexError(LayoutException):