Skip to content

function__error

Wesley de Groot edited this page Jul 31, 2018 · 7 revisions
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v1.0.0 Final

Function _error

⛔️ _('.wrapper')._error(functionname, message)



Throw a warning when a function is deprecated


Internal Function!

⛔️ Please do not use for plugins!


🌍 Universal function

This function is for the Command Line Interface and Websites!


Parameter list

Type @var Description Required
string what what function? Required
string since since when? Required
string endoflife EOL in version? Required
string [alternative] is there a alternative? Optional

Example:

_.error('Message')


Returns:

null




[Back to function list](https://github.com/wdg/_.js/wiki/Function%20List)

Clone this wiki locally