Handling Exceptions and Error Handling in The Leola Programming Language Framework

try { } catch (exceptionType) { } class CustomException extends Exception { } --error-log-level=INFO --default-error-handler=handleError