import Exception from './Exception'; export default class FileNotFoundException extends Exception { constructor(filename: string, innerException?: Exception); }