1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00
Files
archived-php-src/scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php
2009-05-07 09:21:43 +00:00

6 lines
74 B
PHP

<?php
class gtUnknownSectionException extends RuntimeException
{
}
?>