mirror of
https://github.com/chenasraf/cospend-nc.git
synced 2026-05-18 01:39:06 +00:00
13 lines
256 B
PHP
13 lines
256 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class ClientException extends \RuntimeException {
|
|
public function getResponse() {
|
|
}
|
|
}
|