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 Tue, 21 Apr 2026 04:00:24 +0000