Sha256: ebcd18290f3664e76bbad7408b01109c7ed8630c2b5c409e69e2169ee57e32ac
Contents?: true
Size: 325 Bytes
Versions: 5
Compression:
Stored size: 325 Bytes
Contents
// @ts-check const ExceptionType = /** @type {const} */ ({ EXCEPTION: 0, IO_EXCEPTION: 1, FILE_NOT_FOUND_EXCEPTION: 2, RUNTIME_EXCEPTION: 3, ARITHMETIC_EXCEPTION: 4, ILLEGAL_ARGUMENT_EXCEPTION: 5, INDEX_OUT_OF_BOUNDS_EXCEPTION: 6, NULL_POINTER_EXCEPTION: 7, }) module.exports = ExceptionType
Version data entries
5 entries across 5 versions & 1 rubygems