'%s is not a numeric value' ); public function __construct($input) { parent::__construct( sprintf($this->getMessageTemplate(self::MSG_NOT_NUMERIC), $input) ); } }