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