<?php
namespace Gajus\Dindent\Exception;

/**
 * @link https://github.com/gajus/dintent for the canonical source repository
 * @license https://github.com/gajus/dintent/blob/master/LICENSE BSD 3-Clause
 */
class RuntimeException extends DindentException {

}