Catch BadConfigurationException in BigInteger

This commit is contained in:
PCF 2017-09-30 02:47:00 +02:00
parent c12ffe0b37
commit 43803c6872
No known key found for this signature in database
GPG Key ID: 66C3BD48B2EB2CBA

View File

@ -138,6 +138,7 @@ class BigInteger implements \Serializable
self::setEngine($engine[0], isset($engine[1]) ? $engine[1] : []);
break;
} catch (\InvalidArgumentException $e) {
} catch (BadConfigurationException $e) {
}
}
}