Home
last modified time | relevance | path

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

12

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A 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/
H A DUnclonableItem.php5 use BadMethodCallException; alias
11 throw new BadMethodCallException('Unsupported call.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DBadMethodCallException.php22 * BadMethodCallException
26 class BadMethodCallException extends \BadMethodCallException implements ElasticsearchException class
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A 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/
H A 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/
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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/
H A DBadMethodCallException.php14 class PHPUnit_Framework_MockObject_BadMethodCallException extends BadMethodCallException implements…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DNotImplementedException.php12 class NotImplementedException extends \BadMethodCallException implements ExceptionInterface
/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.');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php73 throw new \BadMethodCallException('The block length cannot be set for AES.');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DDateAdded.php17 …throw new \BadMethodCallException('Assign DateAdded values by passing a \DateTime to setDateValue(…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php260 throw new \BadMethodCallException('Unexpected call to __call');
269 throw new \BadMethodCallException('Unexpected call to __callStatic');
/plugin/nspages/printers/
H A DprinterTree.php233 throw new BadMethodCallException("Not implemented by design");
239 throw new BadMethodCallException("Not implemented by design");
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php90 throw new \BadMethodCallException($msg);
/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/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/psr/log/Psr/Log/Test/
H A DTestLogger.php139 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php137 * @throws \BadMethodCallException
141 throw new \BadMethodCallException('createStream() not implemented in '
H A DFnStream.php35 * @throws \BadMethodCallException
39 throw new \BadMethodCallException(str_replace('_fn_', '', $name)
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');

12