| 1 | <?php |
||
| 23 | class CurlPutRequest extends AbstractCurlRequest { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Constructor. |
||
| 27 | * |
||
| 28 | * @param CurlConfiguration $configuration The configuration. |
||
| 29 | * @param string $resourcePath The resource path. |
||
| 30 | * @throws InvalidArgumentException Throws an invalid argument exception if the method is invalid. |
||
| 31 | */ |
||
| 32 | public function __construct(CurlConfiguration $configuration, $resourcePath) { |
||
| 35 | } |
||
| 36 |