mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01:00
Catch BadConfigurationException in BigInteger
This commit is contained in:
parent
c12ffe0b37
commit
43803c6872
@ -138,6 +138,7 @@ class BigInteger implements \Serializable
|
||||
self::setEngine($engine[0], isset($engine[1]) ? $engine[1] : []);
|
||||
break;
|
||||
} catch (\InvalidArgumentException $e) {
|
||||
} catch (BadConfigurationException $e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user