Home
last modified time | relevance | path

Searched refs:BadMethodCallException (Results 26 – 46 of 46) sorted by relevance

12

/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/emoji/emojione/
H A DEmojione.php36 throw new \BadMethodCallException('The method "' . $method . '" does not exist.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php45 throw new \BadMethodCallException('setScript() can only be used for UpdateDocument');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php15 throw new \BadMethodCallException('CSVItem does not implement XML export.');
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php237 throw new \BadMethodCallException(
/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/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/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php5 use BadMethodCallException; alias
282 throw new BadMethodCallException(sprintf(
/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();
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php64 throw new \BadMethodCallException();
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php20 throw new \BadMethodCallException('XMLItem does not implement CSV export.');
/plugin/sectiontoggle/
H A DMobile_Detect.php1077 * @throws BadMethodCallException when the method doesn't exist and doesn't start with 'is'
1083 throw new BadMethodCallException("No such method exists: $name");
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php15 use BadMethodCallException; alias
1121 throw new BadMethodCallException('No such method: '.$name);
/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/combo/vendor/symfony/process/
H A DProcess.php205 throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
210 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php675 } catch (\BadMethodCallException $e) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php237 throw new \BadMethodCallException('No reader initiated. Call setSourceFile() first.');
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md166 throw a `BadMethodCallException` if they are used with a database that
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php783 throw new \BadMethodCallException(sprintf('Unknown method "%s".', $method));
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG402 …StrictCheck in Template::getAttribute() works with __call() methods throwing BadMethodCallException

12