UNPKG

@fable-org/fable-library-js

Version:

Core library used by F# projects compiled with fable.io

6 lines (5 loc) 149 B
import { Exception } from "./Types.js"; export class SystemException extends Exception { } export class TimeoutException extends SystemException { }