Functional\Tests\MagicGetThrowException::__get PHP Method

__get() public method

public __get ( $propertyName )
    public function __get($propertyName)
    {
        throw new \Exception($propertyName);
    }
MagicGetThrowException