IOException.js 97 B

123
  1. import Exception from '../lang/Exception'
  2. export default class IOException extends Exception { }