Skip to content

flbeta_function__error

Wesley de Groot edited this page Nov 5, 2017 · 36 revisions
                     _          
                    (_)         
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.1.0 Beta

Function _error

⛔️ _._error(functionname, message)



Internal use for error.
Please do use if your plugin is for public domain and a pull request is done
See wiki/Module Developers for more information.


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
object [object] Wrapper Optional
string functionname Function name Required
string [message] Error message Optional

Example:

_.error('Functionname', 'Message')

_.error('#MyModule#MyFunction', 'Message')


Returns:

null




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