Stubs\Usage::__construct PHP Метод

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

public __construct ( $value )
    public function __construct($value)
    {
        throw new \RuntimeException("Value {$value} from constructor");
    }