<?php class Validation_Error extends \Fuel\Core\Validation_Error { /** * Get Message * * Shows the error message which can be taken from loaded language file. * * @param string HTML to prefix error message * @param string HTML to postfix error message * @param string Message to use, or false to try and load it from Lang class * @return string */ public function get_message($msg = false, $open = ''