export default class WrongCompilerPassTypeException extends Error {
  /**
   * @param {string} type
   */
  constructor (type) {