export default class MethodCallNotFoundException extends Error {
  /**
   * @param {string} method
   */
  constructor (method) {