\Omega\Support\Facade\Exception FacadeObjectNotSetException

Exception thrown when the underlying instance of a facade has not been set.

The FacadeObjectNotSetException is triggered by the facade pattern when the instance that the facade should reference is not found in the application container. It usually indicates that the facade has not been properly registered or the container has not been correctly configured.

Summary

Methods
Properties
Constants
__construct
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
No private properties found
No private constants found

Methods

__construct()

__construct(string  $className) : mixed

Parameters

string $className

Returns

mixed —