wiki-grav/plugins/git-sync/vendor/defuse/php-encryption/src/Exception/IOException.php
2022-04-24 14:32:58 +02:00

8 lines
114 B
PHP

<?php
namespace Defuse\Crypto\Exception;
class IOException extends \Defuse\Crypto\Exception\CryptoException
{
}