Overrides \Drupal\Core\Config\InstallStorage::write().
\Drupal\Core\Config\StorageException
Overrides InstallStorage::write
public function write($name, array $data) {
throw new StorageException('Write operation is not allowed for config schema storage.');
}