Files
freeCodeCamp/client/src/utils/reallyWeirdErrorMessage.js

7 lines
210 B
JavaScript
Raw Normal View History

export default {
type: 'danger',
message:
'Something really weird happened, if it happens again, please consider ' +
'raising an issue on https://github.com/freeCodeCamp/freeCodeCamp/issues/new'
};