InstantiatorTestAsset\ExceptionAsset::__construct PHP 메소드

__construct() 공개 메소드

Constructor - should not be called
public __construct ( )
    public function __construct()
    {
        throw new BadMethodCallException('Not supposed to be called!');
    }
ExceptionAsset