<?php

namespace Drupal\language;

/**
 * Exception thrown by ContentLanguageSettings when target bundle is not set.
 */
class ContentLanguageSettingsException extends \RuntimeException {}
