Functions.lua
Function Summary
- error(msg)
- A basic error handler that outputs debugging information to the developer console.
- print(...)
- Prints to the developer console.
Functions
error(msg)
A basic error handler that outputs debugging information to the developer console. This replaces the default error handler, which loads a Blizzard addon that is broken by BlankSlate. BlankSlate-aware error handling addons should OptDep BlankSlate and use seterrorhandler() to override this.
Parameters
msg
: Error message.