HTML-DOM/lib/LoopException.php

10 lines
216 B
PHP

<?php
/** @license MIT
* Copyright 2017 , Dustin Wilson, J. King et al.
* See LICENSE and AUTHORS files for details */
declare(strict_types=1);
namespace MensBeam\HTML;
class LoopException extends \Exception {
}