ErrorException [ Fatal Error ]: Call to undefined function __()

SYSPATH\classes\kohana\kohana\exception.php [ 57 ]

52 			// E_DEPRECATED only exists in PHP >= 5.3.0
53 			Kohana_Exception::$php_errors[E_DEPRECATED] = 'Deprecated';
54 		}
55 
56 		// Set the message
57 		$message = __($message, $variables);
58 
59 		// Pass the message and integer code to the parent
60 		parent::__construct($message, (int) $code);
61 
62 		// Save the unmodified code
  1. {