Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Config / UnsupportedDataTypeConfigException.php
1 <?php
2
3 namespace Drupal\Core\Config;
4
5 /**
6  * Exception thrown when a config data type is invalid.
7  */
8 class UnsupportedDataTypeConfigException extends ConfigException {
9 }