class Gloop::StackOverflowError
- Gloop::StackOverflowError
- Gloop::OpenGLError
- Exception
- Reference
- Object
Overview
An attempt was made to push onto the stack when the maximum stack size has been reached.
This typically indicates a very deep call stack or infinite recursion.