export default class NotAbstractServiceException extends Error {
  /**
   * @param {string} id
   */
  constructor (id) {