<?php
namespace GT\Dom\Exception;

use RuntimeException;

class DomException extends RuntimeException {}
