BBMOD_Exception

A constructor defined in BBMOD_Exception.gml

new BBMOD_Exception([_msg])

Description

The base struct for exceptions thrown by the BBMOD library.

Arguments

Name Type Description
_msg String An exception message. Defaults to an empty string.

Properties

Name Description
Message The exception message.

Child structs

BBMOD_NotImplementedException, BBMOD_OutOfRangeException

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.