import Exception from './Exception'; export default class ErrorException extends Exception { constructor(error: Error); }