/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/ |
H A D | Reader.php | 5 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 D | UnclonableItem.php | 5 use BadMethodCallException; alias 11 throw new BadMethodCallException('Unsupported call.');
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ |
H A D | BadMethodCallException.php | 22 * BadMethodCallException 26 class BadMethodCallException extends \BadMethodCallException implements ElasticsearchException class
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | Annotation.php | 60 throw new \BadMethodCallException( 75 throw new \BadMethodCallException(
|
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/ |
H A D | Token.php | 11 use BadMethodCallException; alias 166 * @throws BadMethodCallException 169 throw new BadMethodCallException();
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | ValueContainer.php | 51 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 D | UnixPipes.php | 40 throw new \BadMethodCallException('Cannot serialize '.__CLASS__); 45 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
|
H A D | WindowsPipes.php | 93 throw new \BadMethodCallException('Cannot serialize '.__CLASS__); 98 throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | FnStreamTest.php | 4 use BadMethodCallException; alias 16 $this->expectException(BadMethodCallException::class);
|
H A D | StreamDecoratorTraitTest.php | 4 use BadMethodCallException; alias 133 $this->expectException(BadMethodCallException::class);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/ |
H A D | BadMethodCallException.php | 14 class PHPUnit_Framework_MockObject_BadMethodCallException extends BadMethodCallException implements…
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/ |
H A D | NotImplementedException.php | 12 class NotImplementedException extends \BadMethodCallException implements ExceptionInterface
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 47 * @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 D | AES.php | 73 throw new \BadMethodCallException('The block length cannot be set for AES.');
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
H A D | DateAdded.php | 17 …throw new \BadMethodCallException('Assign DateAdded values by passing a \DateTime to setDateValue(…
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | IntegrationTest.php | 260 throw new \BadMethodCallException('Unexpected call to __call'); 269 throw new \BadMethodCallException('Unexpected call to __callStatic');
|
/plugin/nspages/printers/ |
H A D | printerTree.php | 247 throw new BadMethodCallException("Not implemented by design"); 253 throw new BadMethodCallException("Not implemented by design");
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | EasyHandle.php | 90 throw new \BadMethodCallException($msg);
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | WildfireFormatter.php | 123 …throw new \BadMethodCallException('Batch formatting does not make sense for the WildfireFormatter'…
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | FnStream.php | 45 throw new \BadMethodCallException(str_replace('_fn_', '', $name)
|
H A D | StreamDecoratorTrait.php | 150 throw new \BadMethodCallException('Not implemented');
|
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/ |
H A D | TestLogger.php | 139 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | StreamDecoratorTrait.php | 137 * @throws \BadMethodCallException 141 throw new \BadMethodCallException('createStream() not implemented in '
|
H A D | FnStream.php | 35 * @throws \BadMethodCallException 39 throw new \BadMethodCallException(str_replace('_fn_', '', $name)
|
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/ |
H A D | TestLogger.php | 139 throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
|