export default class PrepareMethodNotAllowedException extends Error { constructor() { super('The stop type combination is not valid (the stop must be either pickup or dropoff or both - but not none of them).'); } }