mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
Removed third party API connection errors from Sentry.
This commit is contained in:
parent
5cdff77268
commit
3632c4b8bc
@ -112,7 +112,7 @@ class external_api extends cora\api {
|
||||
$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
|
||||
|
Loading…
x
Reference in New Issue
Block a user