You are here

UnsupportedMethod.php in Config Filter 8

Same filename and directory in other branches
  1. 8.2 src/Exception/UnsupportedMethod.php

File

src/Exception/UnsupportedMethod.php
View source
<?php

namespace Drupal\config_filter\Exception;


/**
 * Thrown when calling an unsupported method on a ConfigStorage object.
 */
class UnsupportedMethod extends \BadMethodCallException {

}

Classes

Namesort descending Description
UnsupportedMethod Thrown when calling an unsupported method on a ConfigStorage object.