gl-website-deployer/vendor/ueberdosis/pandoc/src/Exceptions/UnknownInputFormat.php

10 lines
100 B
PHP
Raw Normal View History

2024-11-23 21:21:33 +01:00
<?php
namespace Pandoc\Exceptions;
use Exception;
class UnknownInputFormat extends Exception
{
}