Functional\Tests\MagicGetThrowException::__get PHP Метод

__get() публичный Метод

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