| Current Path : /home/rtorresani/www/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Helper/ |
| Current File : //home/rtorresani/www/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Helper/BigInteger.php |
<?php
namespace PhpAmqpLib\Helper;
if (class_exists('phpseclib\Math\BigInteger')) {
class BigInteger extends \phpseclib\Math\BigInteger
{
}
} elseif (class_exists('phpseclib3\Math\BigInteger')) {
class BigInteger extends \phpseclib3\Math\BigInteger
{
}
} else {
throw new \RuntimeException('Cannot find supported phpseclib/phpseclib library');
}