1
0
mirror of https://github.com/beestat/app.git synced 2025-06-02 13:18:27 -04:00

Removed third party API connection errors from Sentry.

This commit is contained in:
Jon Ziebell 2020-01-20 21:45:38 -05:00
parent 5cdff77268
commit 3632c4b8bc

View File

@ -112,7 +112,7 @@ class external_api extends cora\api {
$this->log_mysql($curl_response); $this->log_mysql($curl_response);
} }
throw new Exception('Could not connect to ' . $this->resource . '.'); throw new cora\exception('Could not connect to ' . $this->resource . '.', 10600, false);
} }
// General (success) logging // General (success) logging