Notify

Objects

error : object

Useful namespace for helping with error utility functions

warn : object

Useful namespace for helping with error utility functions

error : object

Useful namespace for helping with error utility functions

Kind: global namespace

error.emptyParentFunction()

Function helper to error in console if a child class is expected to overwrite a parent class’s function but didnt.

Kind: static method of error

warn : object

Useful namespace for helping with error utility functions

Kind: global namespace

warn.EmptyParentFunction()

Function helper to warn in console if a child class might want to overwrite a parent class’s function but didnt. Useful for base classes that are more abstract classes (if in Java or C++) to remind the user of the child class that there is more to implement.

Kind: static method of warn