Newer
Older
mailpiler / webui / system / helper / standalone / HTMLPurifier / ConfigSchema / Exception.php
@SJ SJ on 19 Dec 2016 162 bytes Added HTML purifier support
<?php

/**
 * Exceptions related to configuration schema
 */
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
{

}

// vim: et sw=4 sts=4