Update website
This commit is contained in:
parent
0591a4aeb4
commit
7cd3d51e77
43 changed files with 4124 additions and 2 deletions
9
vendor/ueberdosis/pandoc/src/Exceptions/BadMethodCall.php
vendored
Normal file
9
vendor/ueberdosis/pandoc/src/Exceptions/BadMethodCall.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pandoc\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class BadMethodCall extends Exception
|
||||
{
|
||||
}
|
9
vendor/ueberdosis/pandoc/src/Exceptions/InputFileNotFound.php
vendored
Normal file
9
vendor/ueberdosis/pandoc/src/Exceptions/InputFileNotFound.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pandoc\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class InputFileNotFound extends Exception
|
||||
{
|
||||
}
|
9
vendor/ueberdosis/pandoc/src/Exceptions/LogFileNotWriteable.php
vendored
Normal file
9
vendor/ueberdosis/pandoc/src/Exceptions/LogFileNotWriteable.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pandoc\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class LogFileNotWriteable extends Exception
|
||||
{
|
||||
}
|
9
vendor/ueberdosis/pandoc/src/Exceptions/PandocNotFound.php
vendored
Normal file
9
vendor/ueberdosis/pandoc/src/Exceptions/PandocNotFound.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pandoc\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class PandocNotFound extends Exception
|
||||
{
|
||||
}
|
9
vendor/ueberdosis/pandoc/src/Exceptions/UnknownInputFormat.php
vendored
Normal file
9
vendor/ueberdosis/pandoc/src/Exceptions/UnknownInputFormat.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pandoc\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class UnknownInputFormat extends Exception
|
||||
{
|
||||
}
|
9
vendor/ueberdosis/pandoc/src/Exceptions/UnknownOutputFormat.php
vendored
Normal file
9
vendor/ueberdosis/pandoc/src/Exceptions/UnknownOutputFormat.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Pandoc\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class UnknownOutputFormat extends Exception
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue