MissingJoin
Less than 1 minute
MissingJoin
Exception thrown when a required SQL join is missing in a query context.
class MissingJoin extends \Hazaar\ExceptionExtends: Hazaar\Exception
Raised 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, 04 Sep 2026 23:32:16 +0000