Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 21:21:33 +01:00
parent 0591a4aeb4
commit 7cd3d51e77
43 changed files with 4124 additions and 2 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace Pandoc\Exceptions;
use Exception;
class UnknownInputFormat extends Exception
{
}