We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924854f commit 11c76daCopy full SHA for 11c76da
lib/net/authorize/util/ANetSensitiveFields.php
@@ -33,8 +33,8 @@ private static function fetchFromConfigFiles(){
33
}
34
35
catch(Exception $e){
36
- echo "ERROR deserializing json from : " . $userConfigFilePath . "; Exception : " . $e->getMessage();
37
$useDefaultConfigFile = true;
+ exit ("ERROR deserializing json from : " . $userConfigFilePath . "; Exception : " . $e->getMessage());
38
39
40
0 commit comments