/* istanbul ignore file */ export default function throwMethodIsAbstract () { throw new Error('This method is abstract.') }