// 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'); export const hostRemovedErr = new Error('user was removed by host');