SocialShare\Exception\UnsupportedOperationException::__construct PHP Метод

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

public __construct ( string $provider, string $operation )
$provider string
$operation string
    public function __construct($provider, $operation)
    {
        parent::__construct(sprintf('Provider %s does not support the %s operation', $provider, $operation));
    }
UnsupportedOperationException