'%s does not validate against the provided regular expression: %s.' ); public function __construct($input, $regex) { parent::__construct( sprintf( $this->getMessageTemplate(self::MSG_REGEX), $this->getStringRepresentation($input), $regex ) ); } }