You are here

class UnsupportedMethod in Config Filter 8

Same name and namespace in other branches
  1. 8.2 src/Exception/UnsupportedMethod.php \Drupal\config_filter\Exception\UnsupportedMethod

Thrown when calling an unsupported method on a ConfigStorage object.

Hierarchy

  • class \Drupal\config_filter\Exception\UnsupportedMethod extends \Drupal\config_filter\Exception\BadMethodCallException

Expanded class hierarchy of UnsupportedMethod

2 files declare their use of UnsupportedMethod
ReadOnlyStorage.php in src/Config/ReadOnlyStorage.php
ReadonlyStorageTest.php in src/Tests/ReadonlyStorageTest.php

File

src/Exception/UnsupportedMethod.php, line 8

Namespace

Drupal\config_filter\Exception
View source
class UnsupportedMethod extends \BadMethodCallException {

}

Members