polygon-website-foss/api/private/classes/Defuse/Crypto/Exception/IOException.php

8 lines
114 B
PHP

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