Home
last modified time | relevance | path

Searched refs:BadMethodCallException (Results 1 – 25 of 46) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php41 use BadMethodCallException; alias
586 throw new BadMethodCallException(
596 throw new BadMethodCallException(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php70 throw new \BadMethodCallException();
H A DEasyHandle.php90 throw new \BadMethodCallException($msg);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DFnStream.php45 throw new \BadMethodCallException(str_replace('_fn_', '', $name)
H A DStreamDecoratorTrait.php150 throw new \BadMethodCallException('Not implemented');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php123 …throw new \BadMethodCallException('Batch formatting does not make sense for the WildfireFormatter'…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php229 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php73 throw new \BadMethodCallException('The block length cannot be set for AES.');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php718 throw new \BadMethodCallException('This mode does not require an IV.');
722 throw new \BadMethodCallException('Use setNonce instead');
726 throw new \BadMethodCallException('This algorithm does not use an IV.');
748 throw new \BadMethodCallException('Poly1305 cannot be used in GCM mode');
768 throw new \BadMethodCallException('Poly1305 cannot be used in GCM mode');
796 throw new \BadMethodCallException('Nonces are only used in GCM mode.');
815 …throw new \BadMethodCallException('Additional authenticated data is only utilized in GCM mode or w…
1898 …throw new \BadMethodCallException('Authentication tags are only utilized in GCM mode or with Poly1…
1902 …throw new \BadMethodCallException('A tag can only be returned after a round of encryption has been…
1937 …throw new \BadMethodCallException('Authentication tags are only utilized in GCM mode or with Poly1…
[all …]
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php11 use BadMethodCallException; alias
166 * @throws BadMethodCallException
169 throw new BadMethodCallException();
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php5 use BadMethodCallException; alias
282 throw new BadMethodCallException(sprintf(
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php40 throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
45 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
H A DWindowsPipes.php93 throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
98 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
/plugin/combo/vendor/symfony/process/
H A DProcess.php205 throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
210 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php47 * @throws \BadMethodCallException
52 throw new \BadMethodCallException('The page format cannot be changed when writing to a template.');
327 throw new \BadMethodCallException('Pages cannot be added when writing to a template.');
338 throw new \BadMethodCallException('Links cannot be set when writing to a template.');
349 throw new \BadMethodCallException('Links cannot be set when writing to a template.');
H A DFpdiTrait.php237 throw new \BadMethodCallException('No reader initiated. Call setSourceFile() first.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php19 use Elasticsearch\Common\Exceptions\BadMethodCallException; alias
1907 * @throws BadMethodCallException if the namespace cannot be found
1914 throw new BadMethodCallException("Namespace [$name] not found");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DBadMethodCallException.php22 * BadMethodCallException
26 class BadMethodCallException extends \BadMethodCallException implements ElasticsearchException class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DFnStream.php35 * @throws \BadMethodCallException
39 throw new \BadMethodCallException(str_replace('_fn_', '', $name)
H A DStreamDecoratorTrait.php137 * @throws \BadMethodCallException
141 throw new \BadMethodCallException('createStream() not implemented in '
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DFnStreamTest.php4 use BadMethodCallException; alias
16 $this->expectException(BadMethodCallException::class);
H A DStreamDecoratorTraitTest.php4 use BadMethodCallException; alias
133 $this->expectException(BadMethodCallException::class);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php64 throw new \BadMethodCallException();

12