Name
SPVM::Go::Error::IOTimeout - Error for Goroutine IO Timeout
Description
Go::Error::IOTimeout class in SPVM represent an error for goroutine IO timeout.
Usage
if ($@) {
if (eval_error_id isa Go::Error::IOTimeout) {
}
}
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License