gl-website-deployer/vendor/ueberdosis/pandoc/src/Exceptions/UnknownInputFormat.php
2024-11-23 21:21:33 +01:00

10 lines
100 B
PHP

<?php
namespace Pandoc\Exceptions;
use Exception;
class UnknownInputFormat extends Exception
{
}