namespaceSqlFixture\Plan\Exception

Classes 11§

CompositeArityMismatchExceptionThe two relation endpoints name different numbers of columns.
CyclicDependencyExceptionThe pending table dependencies contain a cycle.
DuplicateColumnBindingExceptionA child column is bound to two different parent endpoints.
EmptyPlanExceptionThe fixture plan names no tables.
EmptyTableNameExceptionA relation endpoint names no table.
InvalidTableNameExceptionA plan part is neither a relation nor a plain table name.
MissingEndpointColumnsExceptionA relation endpoint names no columns.
UnbalancedBracketsExceptionA fixture plan closes a bracket without an opening bracket.
UnboundedSelfReferenceExceptionA required self-reference has no terminating case.
UnexpectedPlanTokenExceptionA fixture plan token does not match the expected syntax.
UnsupportedManyToManyExceptionA many-to-many relation omits its junction table.