UnsupportedMethod.php in Config Filter 8
Same filename and directory in other branches
Namespace
Drupal\config_filter\ExceptionFile
src/Exception/UnsupportedMethod.phpView source
<?php
namespace Drupal\config_filter\Exception;
/**
* Thrown when calling an unsupported method on a ConfigStorage object.
*/
class UnsupportedMethod extends \BadMethodCallException {
}
Classes
Name | Description |
---|---|
UnsupportedMethod | Thrown when calling an unsupported method on a ConfigStorage object. |