mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
276 B
276 B
TimeoutError
An error class representing an timeout.
It occurs when operations like timeout or withTimeout have timed out.
Interface
class TimeoutError extends Error {
name = 'TimeoutError',
}