export const Exceptions : { [index:string] : string } = {
    '401': 'Invalid API Key',
    '404': 'API Was not found',
    '413': 'The request was too large (over 64kb)',
    '414': 'The request was too large (over 64kb)',
    '502': 'Could not get a reply from Cleverbot API Servers',
    '503': 'Too many requests',
    '504': 'Could not get a reply from Cleverbot API Servers',
};
