UNPKG
botium-core
Version:
latest (1.15.10)
1.15.10
1.15.9
1.15.8
1.15.6
1.15.5
1.15.4
1.15.3
1.15.2
1.14.10
1.14.9
1.14.8
1.14.7
1.14.6
1.14.5
1.14.4
1.14.3
1.14.1
1.14.0
1.13.19
1.13.18
1.13.17
1.13.16
1.13.15
1.13.14
1.13.12
1.13.11
1.13.10
1.13.9
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.16
1.11.15
1.11.14
1.11.13
1.11.12
1.11.11
1.11.10
1.11.9
1.11.8
1.11.7
1.11.6
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.2
1.9.1
1.9.0
1.8.2
1.8.1
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.15
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.44
1.3.43
1.3.42
1.3.41
1.3.40
1.3.39
1.3.38
1.3.37
1.3.36
1.3.35
1.3.34
1.3.33
1.3.32
1.3.31
1.3.30
1.3.29
1.3.28
1.3.27
1.3.26
1.3.25
1.3.24
1.3.23
1.3.22
1.3.21
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.7
1.1.6
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.2
The Selenium for Chatbots
github.com/codeforequity-at/botium-core
codeforequity-at/botium-core
botium-core
/
src
/
helpers
/
QueueTimeoutError.js
6 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
class
QueueTimeoutError
extends
Error
{
constructor
(
timeoutMillis
) {
super
(
`Queue.pop timeout after
${timeoutMillis}
`
) } }