UNPKG

react-replay-seed

Version:
6 lines 192 B
export const exception = messageInput => { const messageOutput = ( typeof messageInput === 'string' ? messageInput : 'Unknown Error' ) throw new Error(messageOutput) }