Home
last modified time | relevance | path

Searched refs:BadMethodCallException (Results 1 – 25 of 57) sorted by relevance

123

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
DReader.php5 use BadMethodCallException; alias
86 * @throws BadMethodCallException if this method is called on a closed database
112 * @throws BadMethodCallException if this method is called on a closed database
130 throw new BadMethodCallException(
290 * @throws BadMethodCallException if the database has been closed
305 throw new BadMethodCallException(
322 throw new BadMethodCallException(
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f004/
DUnclonableItem.php5 use BadMethodCallException; alias
11 throw new BadMethodCallException('Unsupported call.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
DBadMethodCallException.php26 class BadMethodCallException extends \BadMethodCallException implements ElasticsearchException class
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotation.php60 throw new \BadMethodCallException(
75 throw new \BadMethodCallException(
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php11 use BadMethodCallException; alias
166 * @throws BadMethodCallException
169 throw new BadMethodCallException();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
DValueContainer.php51 throw new \BadMethodCallException('The ValueContainer is read-only.');
56 throw new \BadMethodCallException('The ValueContainer is read-only.');
/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/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DFnStreamTest.php4 use BadMethodCallException; alias
16 $this->expectException(BadMethodCallException::class);
DStreamDecoratorTraitTest.php4 use BadMethodCallException; alias
133 $this->expectException(BadMethodCallException::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/
DBadMethodCallException.php14 class PHPUnit_Framework_MockObject_BadMethodCallException extends BadMethodCallException implements…
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DOutOfSequenceException.php45 extends BadMethodCallException
H A DProxyTicketException.php42 extends BadMethodCallException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
DNotImplementedException.php12 class NotImplementedException extends \BadMethodCallException implements ExceptionInterface
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdfTplTrait.php52 …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.');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DAES.php73 throw new \BadMethodCallException('The block length cannot be set for AES.');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
DDateAdded.php17 …throw new \BadMethodCallException('Assign DateAdded values by passing a \DateTime to setDateValue(…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DIntegrationTest.php260 throw new \BadMethodCallException('Unexpected call to __call');
269 throw new \BadMethodCallException('Unexpected call to __callStatic');
/plugin/nspages/printers/
DprinterTree.php247 throw new BadMethodCallException("Not implemented by design");
253 throw new BadMethodCallException("Not implemented by design");
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DNodeList.php48 } catch (\BadMethodCallException $e) {
50 …throw new \BadMethodCallException("Call to undefined method " . get_class($this) . '::' . $name . …
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DEasyHandle.php110 throw new \BadMethodCallException($msg);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DEasyHandle.php90 throw new \BadMethodCallException($msg);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
DWildfireFormatter.php123 …throw new \BadMethodCallException('Batch formatting does not make sense for the WildfireFormatter'…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStreamDecoratorTrait.php141 throw new \BadMethodCallException('createStream() not implemented in '
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
DTestLogger.php139 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …

123