persona-community-5/.pnpm-store/v3/files/ad/3dd3ae08e5438d52367a746707ffc6a5c9476d4c7f499f9c436f7db2acc0cafe079ed4a76f563428a5f54a7e70c29dd091dc945b7a6dbed02404ccc92585df
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
265 B
Plaintext

import Settings from '../../settings';
import { ErrorFilterFunction } from '../../types';
export default class ErrorFilter {
private readonly _settings;
constructor(_settings: Settings);
getFilter(): ErrorFilterFunction;
private _isNonFatalError;
}