5 lines
268 B
TypeScript
5 lines
268 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const userRemovedFromChannelErr = new Error('user was removed from channel');
|
|
export const userLeftChannelErr = new Error('user has left channel');
|