friendica/vendor/defuse/php-encryption/src/Exception/IOException.php

8 lines
114 B
PHP

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