| Current Path : /home/rtorresani/www/vendor/laminas/laminas-crypt/src/PublicKey/Rsa/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-crypt/src/PublicKey/Rsa/Exception/RuntimeException.php |
<?php
namespace Laminas\Crypt\PublicKey\Rsa\Exception;
use Laminas\Crypt\Exception;
/**
* Runtime argument exception
*/
class RuntimeException extends Exception\RuntimeException implements ExceptionInterface
{
}