MissingJoin
Less than 1 minute
MissingJoin
Exception thrown when a required SQL join is missing in a query context.
class MissingJoin extends \Hazaar\DBI\Exception\ExceptionRaised when a reference is made to a table or relation that has not been joined.
Methods
__construct
Creates a missing join exception for a specific reference.
public __construct(string $ref): voidParameters
| Parameter | Type | Description |
|---|---|---|
$ref | string | the reference that triggered the exception |
Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:15 +0000