Current File : /home/jvzmxxx/wiki1/vendor/data-values/interfaces/src/ValueFormatters/FormattingException.php
<?php

namespace ValueFormatters;

use RuntimeException;

/**
 * @since 0.1.3
 *
 * @license GPL-2.0+
 * @author Jeroen De Dauw < jeroendedauw@gmail.com >
 */
class FormattingException extends RuntimeException {

}