2008-03-01 17:06:23 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Exceptions related to configuration schema
|
|
|
|
*/
|
|
|
|
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
|
|
|
|
{
|
2008-12-06 07:28:20 +00:00
|
|
|
|
2008-03-01 17:06:23 +00:00
|
|
|
}
|
2008-12-06 09:24:59 +00:00
|
|
|
|
|
|
|
// vim: et sw=4 sts=4
|