Source code for arcade.gl.exceptions

[docs]class ShaderException(Exception): """ Exception class for shader-specific problems. """ pass