Package containing built-in Kite exceptions.
System.exceptions.AccessDenied: Access denied to object.System.exceptions.ArrayBounds: Array index exceeds bounds exception.System.exceptions.DivideByZero: Division by zero occurred exception.System.exceptions.DnsError: Error while resolving name exception.System.exceptions.FileError: Exception occurred during file access.System.exceptions.InterfaceError: Error encountered while interfacing with foreign code.System.exceptions.InvalidArgument: An invalid argument was passed to a method.System.exceptions.NoIteratorSupported: Iterator methods attempted on an object that doesn't support them.System.exceptions.NotImplemented: Exception while accessing an unimplemented feature.System.exceptions.ObjectNotFound: Specified object could not be found.System.exceptions.OperatorNotDefined: Operator not defined for the given object.System.exceptions.PackageNotFound: The specified package could not be found.System.exceptions.SocketError: Exception while accessing socket.System.exceptions.StackOverflow: Stack overflow exception.System.exceptions.SyntaxError: Error in syntax discovered while parsing.System.exceptions.SystemCallFailure: Failure while calling system call.System.exceptions.TypeMismatch: Object passed not of the expected type.System.exceptions.exception: Base exception class.