1Builtins.InternalError(3kaya)Kaya module referenceBuiltins.InternalError(3kaya)
2
3
4
6 Builtins::InternalError - Thrown by the run-time system and foreign
7 functions.
8
10 Builtins::InternalError( Int
11
13 An internal code for the Exception is contained in the Int
14
16 This Exception may be thrown by run-time system calls or foreign func‐
17 tions.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 Builtins.InternalError(3kaya)