namespaceSqlFixture\Plan\Exception
Classes 11§
| CompositeArityMismatchException | The two relation endpoints name different numbers of columns. |
| CyclicDependencyException | The pending table dependencies contain a cycle. |
| DuplicateColumnBindingException | A child column is bound to two different parent endpoints. |
| EmptyPlanException | The fixture plan names no tables. |
| EmptyTableNameException | A relation endpoint names no table. |
| InvalidTableNameException | A plan part is neither a relation nor a plain table name. |
| MissingEndpointColumnsException | A relation endpoint names no columns. |
| UnbalancedBracketsException | A fixture plan closes a bracket without an opening bracket. |
| UnboundedSelfReferenceException | A required self-reference has no terminating case. |
| UnexpectedPlanTokenException | A fixture plan token does not match the expected syntax. |
| UnsupportedManyToManyException | A many-to-many relation omits its junction table. |