Skip to content

InterruptedError

A system operation was interrupted.

Inherits from: Error

Constructor

InterruptedError message …

Creates the error. Parameters match Error.

Parameters

NameTypeDescription
message Str Error message.
:code? ErrorCode Underlying platform code.