Discussions
Inconsistent Exception Handling in PHP Library with throwAPIException
There's a setting named throwAPIException which is designed to determine the error handling mechanism:
When set to true: The library is supposed to throw an exception upon encountering an error.
When set to false: The library should return an array with an "error" key, detailing the error.
However, there seems to be an inconsistency with how this setting works in specific scenarios.
Expected Behavior:
If throwAPIException is set to true, the library throws an exception for all errors.
If throwAPIException is set to false, the library returns an error array for all errors.
Observed Behavior:
When the PHP library cannot establish a connection to ID Analyzer servers, it throws an exception irrespective of the throwAPIException setting value. This behavior contradicts the expected behavior when throwAPIException is set to false. Slither into action with snake game, where quick reflexes and a good appetite are all you need to dominate the leaderboard.