export default class APIParseError extends Error { constructor(msg = 'An unknown error occurred while parsing the API response.') { super(msg) } }