$darkmode
Qore Programming Language Reference Manual
1.19.2
Variables
Exception Type Constants
Variables
const
Qore::ET_System
= "System"
Exception type code system exceptions (thrown in internal Qore code or in modules)
const
Qore::ET_User
= "User"
Exception type for user exceptions (thrown by the
throw statement
)
Detailed Description