mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-16 04:22:06 +00:00
4 lines
189 B
JavaScript
4 lines
189 B
JavaScript
import createError from 'create-error';
|
|
|
|
export const ChannelStateSizeError = createError('ChannelStateSizeError');
|
|
export const ChannelNotFoundError = createError('ChannelNotFoundError');
|