Skip to content

function_error

Wesley de Groot edited this page Oct 23, 2015 · 29 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function error

_('.wrapper').error(msg)

Throw a error (why would you ever do that?)

  • @param object [object] Wrapper
  • @param string message
  • @return null
  • @example _.error('Message');
##### Example: `_.error('Message');`



Back to function list

Clone this wiki locally