peertube-plugin-livechat
Version:
PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...
13 lines (10 loc) • 349 B
text/typescript
// SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
//
// SPDX-License-Identifier: AGPL-3.0-only
/**
* This class handles some errors related to external authentication, where message must be displayed to end user.
*/
class ExternalAuthenticationError extends Error {}
export {
ExternalAuthenticationError
}